Metadata-Version: 2.1
Name: mPython-bluebit
Version: 0.1.6
Summary: blue:bit modules library for mPython(blue:bit掌控板驱动库)
Home-page: https://github.com/labplus-cn/mPython_bluebit
Author: tangliufeng
Author-email: 137513285@qq.com
Maintainer: LabPlus Developers
License: MIT
Description: # blue:bit套装 掌控板驱动库
        </br>
        
        ![extboard](http://wiki.labplus.cn/images/0/07/Bluebit套件1.png)
        
        </br>
        </br>
        
        该repository提供bluebit套件的掌控板库.
        
        **blue:bit** http://wiki.labplus.cn/index.php?title=Bluebit
        
        ## 库的安装方法
        
        可通过以下任一方法进行安装。
        1. 将项目中的`bluebit.py` 拷到掌控板文件系统上
        2. 在掌控板REPL界面中，使用upip安装，步骤如下：
            * 前置条件需要掌控板连接网络
            * 导入upip模块，执行`import upip`
            * 执行`upip.install('mPython-bluebit'）
        
        ```python
        >>> import upip
        >>> upip.install('mPython-bluebit')
        ```
        
        
        ## API 说明
        
        详见:https://mpython-lib.readthedocs.io/
        
        ## 执照
        
        所有代码均在MIT许可下发布。
Platform: UNKNOWN
Description-Content-Type: text/markdown
