Skip to content

Commit 15943aa

Browse files
author
Arduino
committedNov 29, 2024
Automated rendering of registry
1 parent d360b07 commit 15943aa

File tree

1 file changed

+52
-36
lines changed

1 file changed

+52
-36
lines changed
 

β€ŽREADME.md

+52-36
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,29 @@ Please read the [contribution guidelines](./CONTRIBUTING.md) to learn how to add
88

99

1010
## πŸ“¦ Packages
11+
### [Arduino Modulino](https://github.com/arduino/arduino-modulino-mpy)
12+
13+
A MicroPython library to control Arduino Modulinos.
14+
15+
<details><summary>Details</summary>
16+
<ul>
17+
<li>🌐 <strong>URL:</strong> https://github.com/arduino/arduino-modulino-mpy</li>
18+
<li>πŸ‘€ <strong>Author:</strong> Arduino, Sebastian Romero</li>
19+
<li>πŸ“œ <strong>License:</strong> Mozilla Public License Version 2.0</li>
20+
<li>🏷️ <strong>Tags:</strong> sensors, actuators</li>
21+
</ul>
22+
</details>
23+
24+
<hr />
25+
1126
### [BME280](https://github.com/robert-hh/BME280)
1227

13-
Micropython driver for the BME280 sensor, target platform Pycom devices
28+
MicroPython driver for the BME280 sensor, target platform Pycom devices.
1429

1530
<details><summary>Details</summary>
1631
<ul>
1732
<li>🌐 <strong>URL:</strong> https://github.com/robert-hh/BME280</li>
33+
<li>πŸ‘€ <strong>Author:</strong> Robert Hammelrath</li>
1834
<li>🏷️ <strong>Tags:</strong> pressure, temperature, humidity</li>
1935
</ul>
2036
</details>
@@ -41,11 +57,12 @@ Micropython Driver for a BME680 breakout. The driver uses the I2C interface.
4157

4258
### [HT16K33-Python](https://github.com/smittytone/HT16K33-Python)
4359

44-
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.
60+
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.
4561

4662
<details><summary>Details</summary>
4763
<ul>
4864
<li>🌐 <strong>URL:</strong> https://github.com/smittytone/HT16K33-Python</li>
65+
<li>πŸ‘€ <strong>Author:</strong> smittytone</li>
4966
<li>πŸ“œ <strong>License:</strong> Licensed under the MIT License.</li>
5067
<li>🏷️ <strong>Tags:</strong> LED, matrix, segment, adafruit</li>
5168
<li>βœ… <strong>Verification:</strong>
@@ -65,6 +82,8 @@ A port of the SparkFun driver for Maxim MAX30102 sensor to MicroPython.
6582
<details><summary>Details</summary>
6683
<ul>
6784
<li>🌐 <strong>URL:</strong> https://github.com/n-elia/MAX30102-MicroPython-driver</li>
85+
<li>πŸ‘€ <strong>Author:</strong> n-elia</li>
86+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
6887
<li>🏷️ <strong>Tags:</strong> sensors</li>
6988
</ul>
7089
</details>
@@ -73,7 +92,7 @@ A port of the SparkFun driver for Maxim MAX30102 sensor to MicroPython.
7392

7493
### [MicroPython-Button](https://github.com/ubidefeo/MicroPython-Button)
7594

76-
An easy to use MicroPython library to handle Buttons and other devices with digital (LOW/HIGH) output.
95+
An easy-to-use MicroPython library to handle buttons and other devices with digital (LOW/HIGH) output.
7796

7897
<details><summary>Details</summary>
7998
<ul>
@@ -96,6 +115,8 @@ MicroPython driver for the SH1106 OLED controller
96115
<details><summary>Details</summary>
97116
<ul>
98117
<li>🌐 <strong>URL:</strong> https://github.com/robert-hh/SH1106</li>
118+
<li>πŸ‘€ <strong>Author:</strong> Robert Hammelrath</li>
119+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
99120
<li>🏷️ <strong>Tags:</strong> display, OLED</li>
100121
</ul>
101122
</details>
@@ -110,6 +131,7 @@ A Python client for the Arduino IoT cloud, which runs on both CPython and MicroP
110131
<ul>
111132
<li>🌐 <strong>URL:</strong> https://github.com/arduino/arduino-iot-cloud-py</li>
112133
<li>πŸ‘€ <strong>Author:</strong> Arduino</li>
134+
<li>πŸ“œ <strong>License:</strong> Mozilla Public License Version 2.0</li>
113135
<li>🏷️ <strong>Tags:</strong> cloud, iot</li>
114136
<li>βœ… <strong>Verification:</strong>
115137
<ul>
@@ -120,41 +142,15 @@ A Python client for the Arduino IoT cloud, which runs on both CPython and MicroP
120142

121143
<hr />
122144

123-
### [arduino-modulino-mpy](https://github.com/arduino/arduino-modulino-mpy)
124-
125-
A MicroPython library to control Arduino Modulinos.
126-
127-
<details><summary>Details</summary>
128-
<ul>
129-
<li>🌐 <strong>URL:</strong> https://github.com/arduino/arduino-modulino-mpy</li>
130-
<li>πŸ‘€ <strong>Author:</strong> Arduino, Sebastian Romero</li>
131-
<li>🏷️ <strong>Tags:</strong> sensors, actuators</li>
132-
</ul>
133-
</details>
134-
135-
<hr />
136-
137-
### [lcd](https://github.com/dhylands/python_lcd/)
138-
139-
Python code for talking to HD44780 compatible character based dot matrix LCDs.
140-
141-
<details><summary>Details</summary>
142-
<ul>
143-
<li>🌐 <strong>URL:</strong> https://github.com/dhylands/python_lcd/</li>
144-
<li>πŸ“œ <strong>License:</strong> MIT license; Copyright (c) 2013 Dave Hylands</li>
145-
<li>🏷️ <strong>Tags:</strong> display, LCD</li>
146-
</ul>
147-
</details>
148-
149-
<hr />
150-
151145
### [micropython-DS3231-AT24C32](https://github.com/pangopi/micropython-DS3231-AT24C32)
152146

153147
MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
154148

155149
<details><summary>Details</summary>
156150
<ul>
157151
<li>🌐 <strong>URL:</strong> https://github.com/pangopi/micropython-DS3231-AT24C32</li>
152+
<li>πŸ‘€ <strong>Author:</strong> pangopi</li>
153+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
158154
<li>🏷️ <strong>Tags:</strong> time, RTC</li>
159155
</ul>
160156
</details>
@@ -168,6 +164,8 @@ Micropython implementation of DFPlayer control over UART
168164
<details><summary>Details</summary>
169165
<ul>
170166
<li>🌐 <strong>URL:</strong> https://github.com/ubidefeo/micropython-dfplayer</li>
167+
<li>πŸ‘€ <strong>Author:</strong> Ubi de Feo</li>
168+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
171169
<li>🏷️ <strong>Tags:</strong> audio, mp3</li>
172170
<li>βœ… <strong>Verification:</strong>
173171
<ul>
@@ -185,6 +183,8 @@ This library is designed to support a MicroPython interface for i2c LCD characte
185183
<details><summary>Details</summary>
186184
<ul>
187185
<li>🌐 <strong>URL:</strong> https://github.com/ubidefeo/micropython-i2c-lcd</li>
186+
<li>πŸ‘€ <strong>Author:</strong> Ubi de Feo</li>
187+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
188188
<li>🏷️ <strong>Tags:</strong> display, LCD, RGB</li>
189189
</ul>
190190
</details>
@@ -198,6 +198,7 @@ Micropython package to control HD44780 LCD displays 1602 and 2004 via I2C
198198
<details><summary>Details</summary>
199199
<ul>
200200
<li>🌐 <strong>URL:</strong> https://github.com/brainelectronics/micropython-i2c-lcd</li>
201+
<li>πŸ‘€ <strong>Author:</strong> brainelectronics</li>
201202
<li>πŸ“œ <strong>License:</strong> MIT</li>
202203
</ul>
203204
</details>
@@ -211,6 +212,7 @@ Nonblocking device drivers to receive from IR (infra red) remotes.
211212
<details><summary>Details</summary>
212213
<ul>
213214
<li>🌐 <strong>URL:</strong> https://github.com/peterhinch/micropython_ir/ir_rx</li>
215+
<li>πŸ‘€ <strong>Author:</strong> Peter Hinch</li>
214216
<li>πŸ“œ <strong>License:</strong> MIT</li>
215217
<li>🏷️ <strong>Tags:</strong> IR</li>
216218
</ul>
@@ -225,6 +227,7 @@ Nonblocking device drivers for IR (infra red) blaster apps.
225227
<details><summary>Details</summary>
226228
<ul>
227229
<li>🌐 <strong>URL:</strong> https://github.com/peterhinch/micropython_ir/ir_tx</li>
230+
<li>πŸ‘€ <strong>Author:</strong> Peter Hinch</li>
228231
<li>πŸ“œ <strong>License:</strong> MIT</li>
229232
<li>🏷️ <strong>Tags:</strong> IR</li>
230233
</ul>
@@ -234,11 +237,12 @@ Nonblocking device drivers for IR (infra red) blaster apps.
234237

235238
### [micropython-max7219](https://github.com/mcauser/micropython-max7219)
236239

237-
A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf
240+
A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf.
238241

239242
<details><summary>Details</summary>
240243
<ul>
241244
<li>🌐 <strong>URL:</strong> https://github.com/mcauser/micropython-max7219</li>
245+
<li>πŸ‘€ <strong>Author:</strong> Mike Causer</li>
242246
<li>πŸ“œ <strong>License:</strong> Licensed under the MIT License.</li>
243247
<li>🏷️ <strong>Tags:</strong> LED, matrix</li>
244248
</ul>
@@ -254,6 +258,7 @@ MicroPython ModBus TCP and RTU library supporting client and host mode
254258
<ul>
255259
<li>🌐 <strong>URL:</strong> https://github.com/brainelectronics/micropython-modbus</li>
256260
<li>πŸ‘€ <strong>Author:</strong> brainelectronics</li>
261+
<li>πŸ“œ <strong>License:</strong> GNU General Public License</li>
257262
<li>🏷️ <strong>Tags:</strong> modbus</li>
258263
</ul>
259264
</details>
@@ -286,6 +291,7 @@ MicroPython driver to read a rotary encoder. Works with Pyboard, Raspberry Pi Pi
286291
<ul>
287292
<li>🌐 <strong>URL:</strong> https://github.com/miketeachman/micropython-rotary</li>
288293
<li>πŸ‘€ <strong>Author:</strong> miketeachman</li>
294+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
289295
<li>🏷️ <strong>Tags:</strong> encoder</li>
290296
<li>βœ… <strong>Verification:</strong>
291297
<ul>
@@ -298,11 +304,12 @@ MicroPython driver to read a rotary encoder. Works with Pyboard, Raspberry Pi Pi
298304

299305
### [micropython-thermal-printer](https://github.com/ayoy/micropython-thermal-printer)
300306

301-
This is the MicroPython port of Python Thermal Printer by Adafruit
307+
This is the MicroPython port of Python Thermal Printer by Adafruit.
302308

303309
<details><summary>Details</summary>
304310
<ul>
305311
<li>🌐 <strong>URL:</strong> https://github.com/ayoy/micropython-thermal-printer</li>
312+
<li>πŸ‘€ <strong>Author:</strong> ayoy</li>
306313
<li>🏷️ <strong>Tags:</strong> printer</li>
307314
</ul>
308315
</details>
@@ -316,6 +323,7 @@ A MicroPython library for quad 7-segment LED display modules using the TM1637 LE
316323
<details><summary>Details</summary>
317324
<ul>
318325
<li>🌐 <strong>URL:</strong> https://github.com/mcauser/micropython-tm1637</li>
326+
<li>πŸ‘€ <strong>Author:</strong> Mike Causer</li>
319327
<li>🏷️ <strong>Tags:</strong> display</li>
320328
<li>βœ… <strong>Verification:</strong>
321329
<ul>
@@ -333,6 +341,8 @@ MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
333341
<details><summary>Details</summary>
334342
<ul>
335343
<li>🌐 <strong>URL:</strong> https://github.com/targetblank/micropython_ahtx0</li>
344+
<li>πŸ‘€ <strong>Author:</strong> targetblank</li>
345+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
336346
<li>🏷️ <strong>Tags:</strong> sensors, temperature, humidity</li>
337347
</ul>
338348
</details>
@@ -345,6 +355,7 @@ MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
345355
<ul>
346356
<li>🌐 <strong>URL:</strong> https://github.com/TTitanUA/micropython_servo_pdm</li>
347357
<li>πŸ‘€ <strong>Author:</strong> Taras Prokofiev</li>
358+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
348359
<li>🏷️ <strong>Tags:</strong> servo</li>
349360
<li>βœ… <strong>Verification:</strong>
350361
<ul>
@@ -357,11 +368,13 @@ MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
357368

358369
### [pi_pico_neopixel](https://github.com/blaz-r/pi_pico_neopixel)
359370

360-
a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
371+
A library for using WS2812b and SK6812 LEDs (aka neopixels) with Raspberry Pi Pico.
361372

362373
<details><summary>Details</summary>
363374
<ul>
364375
<li>🌐 <strong>URL:</strong> https://github.com/blaz-r/pi_pico_neopixel</li>
376+
<li>πŸ‘€ <strong>Author:</strong> blaz-r</li>
377+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
365378
<li>🏷️ <strong>Tags:</strong> LED</li>
366379
</ul>
367380
</details>
@@ -375,6 +388,8 @@ A simple class for controlling a 9g servo with the Raspberry Pi Pico.
375388
<details><summary>Details</summary>
376389
<ul>
377390
<li>🌐 <strong>URL:</strong> https://github.com/sandbo00/picoservo</li>
391+
<li>πŸ‘€ <strong>Author:</strong> sandbo00</li>
392+
<li>πŸ“œ <strong>License:</strong> MIT License</li>
378393
<li>🏷️ <strong>Tags:</strong> servo</li>
379394
</ul>
380395
</details>
@@ -388,6 +403,7 @@ Micropython driver for SH1107-based OLED display (64 x 128)
388403
<details><summary>Details</summary>
389404
<ul>
390405
<li>🌐 <strong>URL:</strong> https://github.com/nemart69/sh1107-micropython</li>
406+
<li>πŸ‘€ <strong>Author:</strong> nemart69</li>
391407
<li>🏷️ <strong>Tags:</strong> display, OLED</li>
392408
</ul>
393409
</details>
@@ -396,13 +412,13 @@ Micropython driver for SH1107-based OLED display (64 x 128)
396412

397413
### [ucPack-mpy](https://github.com/arduino/ucPack-mpy)
398414

399-
A MicroPython porting of ucPack library.
415+
A MicroPython porting of the ucPack library.
400416

401417
<details><summary>Details</summary>
402418
<ul>
403419
<li>🌐 <strong>URL:</strong> https://github.com/arduino/ucPack-mpy</li>
404420
<li>πŸ‘€ <strong>Author:</strong> Arduino, Giovanni di Dio Bruno, Lucio Rossi</li>
405-
<li>πŸ“œ <strong>License:</strong> Licensed under MPL2.0.</li>
421+
<li>πŸ“œ <strong>License:</strong> Mozilla Public License Version 2.0</li>
406422
<li>🏷️ <strong>Tags:</strong> communication</li>
407423
</ul>
408424
</details>

0 commit comments

Comments
 (0)
Please sign in to comment.