1
1
---
2
2
packages :
3
- - name : arduino-modulino-mpy
3
+ - name : Arduino Modulino
4
4
url : https://github.com/arduino/arduino-modulino-mpy
5
5
author : Arduino, Sebastian Romero
6
6
description : A MicroPython library to control Arduino Modulinos.
7
7
docs : https://github.com/arduino/arduino-modulino-mpy/blob/main/docs/api.md
8
8
tags : ["sensors", "actuators"]
9
+ license : Mozilla Public License Version 2.0
9
10
- name : micropython-modbus
10
11
url : https://github.com/brainelectronics/micropython-modbus
11
12
author : brainelectronics
12
13
description : MicroPython ModBus TCP and RTU library supporting client and host mode
13
14
tags : ["modbus"]
15
+ license : GNU General Public License
14
16
- name : arduino-iot-cloud-py
15
17
url : https://github.com/arduino/arduino-iot-cloud-py
16
18
author : Arduino
@@ -22,7 +24,7 @@ packages:
22
24
library_version : " 0.0.7"
23
25
micropython_version : " 1.19.1"
24
26
tester : " arduino"
25
-
27
+ license : Mozilla Public License Version 2.0
26
28
- name : BME680-Micropython
27
29
url : https://github.com/robert-hh/BME680-Micropython
28
30
author : Robert Hammelrath
@@ -60,6 +62,7 @@ packages:
60
62
library_version : null
61
63
micropython_version : " 1.19.1"
62
64
tester : " arduino"
65
+ license : MIT License
63
66
- name : micropython_servo_pdm
64
67
author : Taras Prokofiev
65
68
url : https://github.com/TTitanUA/micropython_servo_pdm
@@ -76,93 +79,111 @@ packages:
76
79
library_version : null
77
80
micropython_version : " 1.19.1"
78
81
tester : " arduino"
79
- - name : lcd
80
- url : https://github.com/dhylands/python_lcd/
81
- description : Python code for talking to HD44780 compatible character based dot matrix LCDs.
82
- license : MIT license; Copyright (c) 2013 Dave Hylands
83
- tags : ["display", "LCD"]
82
+ license : MIT License
84
83
- name : picoservo
85
84
url : https://github.com/sandbo00/picoservo
85
+ author : sandbo00
86
86
description : A simple class for controlling a 9g servo with the Raspberry Pi Pico.
87
87
tags : ["servo"]
88
88
package_descriptor :
89
89
urls :
90
90
- [servo.py, github:sandbo00/picoservo/servo.py]
91
+ license : MIT License
91
92
- name : micropython-DS3231-AT24C32
92
93
url : https://github.com/pangopi/micropython-DS3231-AT24C32
94
+ author : pangopi
93
95
description : MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
94
96
tags : ["time", "RTC"]
95
97
package_descriptor :
96
98
urls :
97
99
- [ds3231.py, github:pangopi/micropython-DS3231-AT24C32/ds3231.py]
100
+ license : MIT License
98
101
- name : micropython_ahtx0
99
102
url : https://github.com/targetblank/micropython_ahtx0
103
+ author : targetblank
100
104
description : MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
101
105
tags : ["sensors", "temperature", "humidity"]
102
106
package_descriptor :
103
107
urls :
104
108
- [ahtx0.py, github:targetblank/micropython_ahtx0/ahtx0.py]
109
+ license : MIT License
105
110
- name : micropython-dfplayer
106
111
url : https://github.com/ubidefeo/micropython-dfplayer
112
+ author : Ubi de Feo
107
113
description : Micropython implementation of DFPlayer control over UART
108
114
tags : ["audio", "mp3"]
109
115
verification :
110
116
- fqbn : " arduino:mbed_nano:nanorp2040connect"
111
117
library_version : null
112
118
micropython_version : " 1.19.1"
113
119
tester : " arduino"
120
+ license : MIT License
114
121
- name : MAX30102-MicroPython-driver
115
122
url : https://github.com/n-elia/MAX30102-MicroPython-driver
123
+ author : n-elia
116
124
description : A port of the SparkFun driver for Maxim MAX30102 sensor to MicroPython.
117
125
tags : ["sensors"]
126
+ license : MIT License
118
127
- name : micropython-i2c-lcd
119
128
url : https://github.com/ubidefeo/micropython-i2c-lcd
129
+ author : Ubi de Feo
120
130
description : This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
121
131
tags : ["display", "LCD", "RGB"]
132
+ license : MIT License
122
133
- name : micropython-i2c-lcd-monochrome
123
134
url : https://github.com/brainelectronics/micropython-i2c-lcd
135
+ author : brainelectronics
124
136
description : Micropython package to control HD44780 LCD displays 1602 and 2004 via I2C
125
137
license : MIT
126
138
- name : sh1107-micropython
127
139
url : https://github.com/nemart69/sh1107-micropython
140
+ author : nemart69
128
141
description : Micropython driver for SH1107-based OLED display (64 x 128)
129
142
tags : ["display", "OLED"]
130
143
package_descriptor :
131
144
urls :
132
145
- [sh1107.py, github:nemart69/sh1107-micropython/sh1107.py]
133
146
- name : SH1106
134
147
url : https://github.com/robert-hh/SH1106
148
+ author : Robert Hammelrath
135
149
description : MicroPython driver for the SH1106 OLED controller
136
150
tags : ["display", "OLED"]
137
151
package_descriptor :
138
152
urls :
139
153
- [sh1106.py, github:robert-hh/SH1106/sh1106.py]
154
+ license : MIT License
140
155
- name : micropython-ir-rx
141
156
url : https://github.com/peterhinch/micropython_ir/ir_rx
157
+ author : Peter Hinch
142
158
description : Nonblocking device drivers to receive from IR (infra red) remotes.
143
159
tags : ["IR"]
144
160
license : MIT
145
161
- name : micropython-ir-tx
146
162
url : https://github.com/peterhinch/micropython_ir/ir_tx
163
+ author : Peter Hinch
147
164
description : Nonblocking device drivers for IR (infra red) blaster apps.
148
165
tags : ["IR"]
149
166
license : MIT
150
167
- name : pi_pico_neopixel
151
168
url : https://github.com/blaz-r/pi_pico_neopixel
152
- description : a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
169
+ author : blaz-r
170
+ description : A library for using WS2812b and SK6812 LEDs (aka neopixels) with Raspberry Pi Pico.
153
171
tags : ["LED"]
154
172
package_descriptor :
155
173
urls :
156
174
- [neopixel.py, github:blaz-r/pi_pico_neopixel/neopixel.py]
175
+ license : MIT License
157
176
- name : micropython-thermal-printer
158
177
url : https://github.com/ayoy/micropython-thermal-printer
159
- description : This is the MicroPython port of Python Thermal Printer by Adafruit
178
+ author : ayoy
179
+ description : This is the MicroPython port of Python Thermal Printer by Adafruit.
160
180
tags : ["printer"]
161
181
package_descriptor :
162
182
urls :
163
183
- [Adafruit_Thermal.py, github:ayoy/micropython-thermal-printer/Adafruit_Thermal.py]
164
184
- name : micropython-tm1637
165
185
url : https://github.com/mcauser/micropython-tm1637
186
+ author : Mike Causer
166
187
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/
167
188
tags : ["display"]
168
189
verification :
@@ -173,7 +194,7 @@ packages:
173
194
- name : MicroPython-Button
174
195
author : Ubi de Feo
175
196
url : https://github.com/ubidefeo/MicroPython-Button
176
- description : An easy to use MicroPython library to handle Buttons and other devices with digital (LOW/HIGH) output.
197
+ description : An easy-to- use MicroPython library to handle buttons and other devices with digital (LOW/HIGH) output.
177
198
tags : ["input", "button"]
178
199
verification :
179
200
- fqbn : " arduino:mbed_nano:nanorp2040connect"
@@ -182,23 +203,26 @@ packages:
182
203
tester : " arduino"
183
204
- name : micropython-max7219
184
205
url : https://github.com/mcauser/micropython-max7219
185
- description : A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf
206
+ author : Mike Causer
207
+ description : A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf.
186
208
tags : ["LED", "matrix"]
187
209
license : Licensed under the MIT License.
188
210
package_descriptor :
189
211
urls :
190
212
- [max7219.py, github:mcauser/micropython-max7219/max7219.py]
191
213
- name : BME280
192
214
url : https://github.com/robert-hh/BME280
193
- description : Micropython driver for the BME280 sensor, target platform Pycom devices
215
+ description : MicroPython driver for the BME280 sensor, target platform Pycom devices.
216
+ author : Robert Hammelrath
194
217
tags : ["pressure", "temperature", "humidity"]
195
218
package_descriptor :
196
219
urls :
197
220
- [bme280_int.py, github:robert-hh/BME280/bme280_int.py]
198
221
- [bme280_float.py, github:robert-hh/BME280/bme280_float.py]
199
222
- name : HT16K33-Python
200
223
url : https://github.com/smittytone/HT16K33-Python
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.
224
+ author : smittytone
225
+ 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 support both CircuitPython and MicroPython applications. They communicate using I²C.
202
226
tags : ["LED", "matrix", "segment", "adafruit"]
203
227
license : Licensed under the MIT License.
204
228
verification :
@@ -213,6 +237,6 @@ packages:
213
237
- name : ucPack-mpy
214
238
url : https://github.com/arduino/ucPack-mpy
215
239
author : Arduino, Giovanni di Dio Bruno, Lucio Rossi
216
- description : A MicroPython porting of ucPack library.
240
+ description : A MicroPython porting of the ucPack library.
217
241
tags : ["communication"]
218
- license : Licensed under MPL2.0.
242
+ license : Mozilla Public License Version 2.0
0 commit comments