Adafruit_CircuitPython_BLE:用于CircuitPython的蓝牙低功耗(BLE)库

时间:2021-03-20 01:47:22
【文件属性】:
文件名称:Adafruit_CircuitPython_BLE:用于CircuitPython的蓝牙低功耗(BLE)库
文件大小:77KB
文件格式:ZIP
更新时间:2021-03-20 01:47:22
Python 介绍 此模块基于本机_bleio模块提供更高级别的BLE(低功耗蓝牙)功能。 依存关系 该驱动程序取决于: 请确保在CircuitPython文件系统上所有依赖项均可用。通过下载可以轻松实现这一点。 从PyPI安装 警告:Linux支持非常有限。有关详细信息,请参见 。 在Raspberry Pi等受支持的GNU / Linux系统上,您可以在本地安装驱动程序。要为当前用户安装: pip3 install adafruit-circuitpython-ble 要在系统范围内安装(在某些情况下可能需要安装): sudo pip3 install adafruit-circuitpython-ble 要在当前项目中的虚拟环境中安装,请执行以下操作: mkdir project-name && cd project-name python3 -m venv .env source .env
【文件预览】:
Adafruit_CircuitPython_BLE-master
----README.rst(3KB)
----.readthedocs.yml(162B)
----docs()
--------characteristics.rst.license(96B)
--------uuid.rst(130B)
--------api.rst(186B)
--------conf.py(5KB)
--------attributes.rst.license(96B)
--------uuid.rst.license(96B)
--------index.rst.license(96B)
--------advertising.rst.license(96B)
--------services.rst.license(96B)
--------standard_services.rst.license(96B)
--------advertising.rst(333B)
--------attributes.rst(142B)
--------characteristics.rst(334B)
--------examples.rst.license(96B)
--------standard_services.rst(294B)
--------examples.rst(450B)
--------services.rst(345B)
--------index.rst(1KB)
--------api.rst.license(96B)
--------_static()
----.pylintrc(16KB)
----.github()
--------workflows()
----LICENSE(1KB)
----LICENSES()
--------Unlicense.txt(1KB)
--------MIT.txt(1KB)
--------CC-BY-4.0.txt(16KB)
----requirements.txt(141B)
----examples()
--------ble_current_time_service.py(924B)
--------ble_uart_echo_test.py(735B)
--------ble_hid_central.py(790B)
--------ble_hid_periph.py(1KB)
--------ble_bluefruit_color_picker.py(1023B)
--------ble_color_proximity.py(3KB)
--------ble_demo_periph.py(1KB)
--------ble_detailed_scan.py(1KB)
--------ble_simpletest.py(721B)
--------ble_bluefruit_connect_plotter.py(1KB)
--------ble_uart_echo_client.py(1KB)
--------ble_demo_central.py(2KB)
----setup.py(2KB)
----.gitignore(179B)
----CODE_OF_CONDUCT.md(6KB)
----README.rst.license(108B)
----adafruit_ble()
--------uuid()
--------attributes()
--------__init__.py(12KB)
--------characteristics()
--------advertising()
--------services()
----.pre-commit-config.yaml(1020B)

网友评论