Metadata-Version: 2.1
Name: xinabox-OC01
Version: 0.0.3
Summary: 4-channel DC output
Home-page: https://github.com/xinabox/Python-OC01
Author: Luqmaan Baboo
Author-email: luqmaanbaboo@gmail.com
License: UNKNOWN
Description: [![GitHub Issues](https://img.shields.io/github/issues/xinabox/Python-OC01.svg)](https://github.com/xinabox/Python-OC01/issues)
        ![GitHub Commit](https://img.shields.io/github/last-commit/xinabox/Python-OC01)
        ![Maintained](https://img.shields.io/maintenance/yes/2020)
        ![Build status badge](https://github.com/xinabox/Python-OC01/workflows/Python/badge.svg)
        ![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)
        
        # Python-OC01
        
        Insert description of xChip
        
        # Usage
        
        ## Mu-editor
        Download [Mu-editor](https://github.com/xinabox/mu-editor/releases/tag/v1.1.0a2)
        
        ### CW01 and CW02
        - Use [XinaBoxUploader](https://github.com/xinabox/XinaBoxUploader/releases/latest) and flash MicroPython to the CW01/CW02.
        - Download Python packages from the REPL with the following code:
            ```python
            import network
            import upip
            sta_if = network.WLAN(network.STA_IF)
            sta_if.active(True)
            sta_if.connect("ssid", "password")
            upip.install("xinabox-oc01")
            ```
        
        ### CC03, CS11 and CW03
        - Download the .UF2 file for CC03/CS11/CW03 [CircuitPython](https://circuitpython.org/board/xinabox_cs11/) and flash it to the board.
        - TO DO
        
        ### MicroBit
        - TO DO
        
        ## Raspberry Pi
        
        Requires Python 3
        ```
        pip3 install xinabox-oc01
        ```
        
        # Example
        ```python
        #insert example
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
