@@ -28,6 +28,10 @@ packages:
28
28
author : Robert Hammelrath
29
29
description : Micropython Driver for a BME680 breakout. The driver uses the I2C interface.
30
30
tags : ["sensor"]
31
+ package_descriptor :
32
+ urls :
33
+ - [bme680.py, github:robert-hh/BME680-Micropython/bme680.py]
34
+ - [bme680i.py, github:robert-hh/BME680-Micropython/bme680.py]
31
35
verification :
32
36
- fqbn : " arduino:mbed_nano:nanorp2040connect"
33
37
library_version : null
@@ -60,6 +64,13 @@ packages:
60
64
author : Taras Prokofiev
61
65
url : https://github.com/TTitanUA/micropython_servo_pdm
62
66
tags : ["servo"]
67
+ package_descriptor :
68
+ urls :
69
+ - [micropython_servo_pdm/servo_pdm.py, github:TTitanUA/micropython_servo_pdm/micropython_servo_pdm/__init__.py]
70
+ - [micropython_servo_pdm/servo_pdm.py, github:TTitanUA/micropython_servo_pdm/micropython_servo_pdm/servo_pdm.py]
71
+ - [micropython_servo_pdm/servo_pdm_rp2.py, github:TTitanUA/micropython_servo_pdm/micropython_servo_pdm/servo_pdm_rp2.py]
72
+ - [micropython_servo_pdm/smooth_servo_simple.py, github:TTitanUA/micropython_servo_pdm/micropython_servo_pdm/smooth_servo_simple.py]
73
+ - [micropython_servo_pdm/version.py, github:TTitanUA/micropython_servo_pdm/micropython_servo_pdm/version.py]
63
74
verification :
64
75
- fqbn : " arduino:mbed_nano:nanorp2040connect"
65
76
library_version : null
@@ -81,10 +92,16 @@ packages:
81
92
url : https://github.com/pangopi/micropython-DS3231-AT24C32
82
93
description : MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
83
94
tags : ["time", "RTC"]
95
+ package_descriptor :
96
+ urls :
97
+ - [ds3231.py, github:pangopi/micropython-DS3231-AT24C32/ds3231.py]
84
98
- name : micropython_ahtx0
85
99
url : https://github.com/targetblank/micropython_ahtx0
86
100
description : MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
87
101
tags : ["sensors", "temperature", "humidity"]
102
+ package_descriptor :
103
+ urls :
104
+ - [ahtx0.py, github:targetblank/micropython_ahtx0/ahtx0.py]
88
105
- name : micropython-dfplayer
89
106
url : https://github.com/ubidefeo/micropython-dfplayer
90
107
description : Micropython implementation of DFPlayer control over UART
@@ -110,6 +127,9 @@ packages:
110
127
url : https://github.com/nemart69/sh1107-micropython
111
128
description : Micropython driver for SH1107-based OLED display (64 x 128)
112
129
tags : ["display", "OLED"]
130
+ package_descriptor :
131
+ urls :
132
+ - [sh1107.py, github:nemart69/sh1107-micropython/sh1107.py]
113
133
- name : SH1106
114
134
url : https://github.com/robert-hh/SH1106
115
135
description : MicroPython driver for the SH1106 OLED controller
@@ -131,10 +151,16 @@ packages:
131
151
url : https://github.com/blaz-r/pi_pico_neopixel
132
152
description : a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
133
153
tags : ["LED"]
154
+ package_descriptor :
155
+ urls :
156
+ - [neopixel.py, github:blaz-r/pi_pico_neopixel/neopixel.py]
134
157
- name : micropython-thermal-printer
135
158
url : https://github.com/ayoy/micropython-thermal-printer
136
159
description : This is the MicroPython port of Python Thermal Printer by Adafruit
137
160
tags : ["printer"]
161
+ package_descriptor :
162
+ urls :
163
+ - [Adafruit_Thermal.py, github:ayoy/micropython-thermal-printer/Adafruit_Thermal.py]
138
164
- name : micropython-tm1637
139
165
url : https://github.com/mcauser/micropython-tm1637
140
166
description : A MicroPython library for quad 7-segment LED display modules using the TM1637 LED driver. For example, the Grove - 4 Digit Display module http://wiki.seeed.cc/Grove-4-Digit_Display/
@@ -159,10 +185,17 @@ packages:
159
185
description : A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf
160
186
tags : ["LED", "matrix"]
161
187
license : Licensed under the MIT License.
162
- - name : micropython-PressureTemp
163
- url : https://github.com/RuiSantosdotme/ESP-MicroPython
164
- description : Adafruit BME280 Library, a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor.
165
- tags : ["pressure", "temperature"]
188
+ package_descriptor :
189
+ urls :
190
+ - [max7219.py, github:mcauser/micropython-max7219/max7219.py]
191
+ - name : BME280
192
+ url : https://github.com/robert-hh/BME280
193
+ description : Micropython driver for the BME280 sensor, target platform Pycom devices
194
+ tags : ["pressure", "temperature", "humidity"]
195
+ package_descriptor :
196
+ urls :
197
+ - [bme280_int.py, github:robert-hh/BME280/bme280_int.py]
198
+ - [bme280_float.py, github:robert-hh/BME280/bme280_float.py]
166
199
- name : HT16K33-Python
167
200
url : https://github.com/smittytone/HT16K33-Python
168
201
description : Python drivers for the Holtek HT16K33 controller chip and various display devices based upon it, such as the Adafruit 0.8-inch 8x16 LED Matrix FeatherWing and the Raspberry Pi Pico. The drivers supports both CircuitPython and MicroPython applications. They communicate using I²C.
0 commit comments