Adafruit_CircuitPython_CLUE:代表Adafruit CLUE所有功能的高级库

时间:2024-05-24 13:08:05
【文件属性】:

文件名称:Adafruit_CircuitPython_CLUE:代表Adafruit CLUE所有功能的高级库

文件大小:16.92MB

文件格式:ZIP

更新时间:2024-05-24 13:08:05

Python

介绍 代表Adafruit CLUE所有功能的高级库 依存关系 该驱动程序取决于: Adafruit NeoPixel Adafruit显示文字 请确保在CircuitPython文件系统上所有依赖项均可用。 通过下载Adafruit库和驱动程序捆绑包,可以轻松实现这一点。 演示可能需要此处未列出的库。 使用范例 本示例在CLUE显示屏上显示传感器和输入数据。 from adafruit_clue import clue clue . sea_level_pressure = 1020 clue_data = clue . simple_text_display ( title = "CLUE Sensor Data!" , title_scale = 2 , num_lines = 15 ) while True : clue_data [ 0 ]. text = "


【文件预览】:
Adafruit_CircuitPython_CLUE-master
----.gitignore(238B)
----README.rst(4KB)
----.github()
--------workflows()
----.pre-commit-config.yaml(1020B)
----docs()
--------api.rst.license(113B)
--------conf.py(6KB)
--------index.rst(994B)
--------index.rst.license(96B)
--------api.rst(263B)
--------examples.rst(308B)
--------examples.rst.license(113B)
--------_static()
----examples()
--------clue_ams_remote.py(2KB)
--------clue_display_sensor_data.py(1KB)
--------clue_spirit_level.py(956B)
--------clue_height_calculator.py(1KB)
--------advanced_examples()
--------clue_temperature_humidity_monitor.py(1KB)
--------clue_simpletest.py(841B)
--------clue_ble_color_patchwork.py(8KB)
--------clue_slideshow.py(752B)
----LICENSE(1KB)
----setup.py.disabled(380B)
----adafruit_clue.py(29KB)
----CODE_OF_CONDUCT.md(6KB)
----LICENSES()
--------Unlicense.txt(1KB)
--------MIT.txt(1KB)
--------CC-BY-4.0.txt(16KB)
----requirements.txt(499B)
----disabled.pre-commit-config.yaml(441B)
----README.rst.license(108B)
----pyproject.toml(130B)
----.pylintrc(16KB)
----.readthedocs.yml(179B)

网友评论