You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: MicroPython driver to read a rotary encoder. Works with Pyboard, Raspberry Pi Pico, ESP8266, and ESP32 development boards. This is a robust implementation providing effective debouncing of encoder contacts. It uses two GPIO pins configured to trigger interrupts, ...
description: This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
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/
description: Adafruit BME280 Library, a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor.
145
126
tags: ["pressure", "temperature"]
146
-
- micropython-IR:
147
-
name: Device drivers for IR (infra red) remote controls
127
+
- name: micropython-IR
148
128
url: https://github.com/peterhinch/micropython_ir
149
129
description: Device drivers for IR (infra red) remote controls
150
130
license: MIT license
151
131
tags: ["IR"]
152
-
- HT16K33-Python:
153
-
name: HT16K33 Drivers
132
+
- name: HT16K33-Python
154
133
url: https://github.com/smittytone/HT16K33-Python
155
134
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.
156
135
tags: ["LED", "matrix", "segment", "adafruit"]
@@ -164,8 +143,7 @@ packages:
164
143
library_version: "3.4.2"
165
144
micropython_version: "1.20.0"
166
145
tester: "arduino"
167
-
- ucPack-mpy:
168
-
name: ucPack MicroPython library
146
+
- name: ucPack-mpy
169
147
url: https://github.com/arduino/ucPack-mpy
170
148
author: Arduino, Giovanni di Dio Bruno, Lucio Rossi
171
149
description: A MicroPython porting of ucPack library.
0 commit comments