@@ -28,6 +28,10 @@ packages:
2828 author : Robert Hammelrath
2929 description : Micropython Driver for a BME680 breakout. The driver uses the I2C interface.
3030 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]
3135 verification :
3236 - fqbn : " arduino:mbed_nano:nanorp2040connect"
3337 library_version : null
@@ -60,6 +64,13 @@ packages:
6064 author : Taras Prokofiev
6165 url : https://github.com/TTitanUA/micropython_servo_pdm
6266 tags : ["servo"]
67+ package_descriptor :
68+ urls :
69+ - [micropython_servo_pdm/__init__.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]
6374 verification :
6475 - fqbn : " arduino:mbed_nano:nanorp2040connect"
6576 library_version : null
@@ -81,10 +92,16 @@ packages:
8192 url : https://github.com/pangopi/micropython-DS3231-AT24C32
8293 description : MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
8394 tags : ["time", "RTC"]
95+ package_descriptor :
96+ urls :
97+ - [ds3231.py, github:pangopi/micropython-DS3231-AT24C32/ds3231.py]
8498 - name : micropython_ahtx0
8599 url : https://github.com/targetblank/micropython_ahtx0
86100 description : MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
87101 tags : ["sensors", "temperature", "humidity"]
102+ package_descriptor :
103+ urls :
104+ - [ahtx0.py, github:targetblank/micropython_ahtx0/ahtx0.py]
88105 - name : micropython-dfplayer
89106 url : https://github.com/ubidefeo/micropython-dfplayer
90107 description : Micropython implementation of DFPlayer control over UART
@@ -110,6 +127,9 @@ packages:
110127 url : https://github.com/nemart69/sh1107-micropython
111128 description : Micropython driver for SH1107-based OLED display (64 x 128)
112129 tags : ["display", "OLED"]
130+ package_descriptor :
131+ urls :
132+ - [sh1107.py, github:nemart69/sh1107-micropython/sh1107.py]
113133 - name : SH1106
114134 url : https://github.com/robert-hh/SH1106
115135 description : MicroPython driver for the SH1106 OLED controller
@@ -131,10 +151,16 @@ packages:
131151 url : https://github.com/blaz-r/pi_pico_neopixel
132152 description : a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
133153 tags : ["LED"]
154+ package_descriptor :
155+ urls :
156+ - [neopixel.py, github:blaz-r/pi_pico_neopixel/neopixel.py]
134157 - name : micropython-thermal-printer
135158 url : https://github.com/ayoy/micropython-thermal-printer
136159 description : This is the MicroPython port of Python Thermal Printer by Adafruit
137160 tags : ["printer"]
161+ package_descriptor :
162+ urls :
163+ - [Adafruit_Thermal.py, github:ayoy/micropython-thermal-printer/Adafruit_Thermal.py]
138164 - name : micropython-tm1637
139165 url : https://github.com/mcauser/micropython-tm1637
140166 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:
159185 description : A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf
160186 tags : ["LED", "matrix"]
161187 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]
166199 - name : HT16K33-Python
167200 url : https://github.com/smittytone/HT16K33-Python
168201 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