Skip to content

Commit 9b60076

Browse files
authored
Merge pull request #25 from arduino/lib-update
Remove umbrella package
2 parents 73972c9 + bbf9a43 commit 9b60076

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

package-list.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,16 @@ packages:
117117
package_descriptor:
118118
urls:
119119
- [sh1106.py, github:robert-hh/SH1106/sh1106.py]
120-
- name: ir_rx
120+
- name: micropython-ir-rx
121121
url: https://github.com/peterhinch/micropython_ir/ir_rx
122-
description: A MicroPython driver for IR (infra red) remote controls receivers
122+
description: Nonblocking device drivers to receive from IR (infra red) remotes.
123123
tags: ["IR"]
124-
- name: ir_tx
124+
license: MIT
125+
- name: micropython-ir-tx
125126
url: https://github.com/peterhinch/micropython_ir/ir_tx
126-
description: A MicroPython driver for IR (infra red) remote controls transmitters
127+
description: Nonblocking device drivers for IR (infra red) blaster apps.
127128
tags: ["IR"]
129+
license: MIT
128130
- name: pi_pico_neopixel
129131
url: https://github.com/blaz-r/pi_pico_neopixel
130132
description: a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
@@ -161,11 +163,6 @@ packages:
161163
url: https://github.com/RuiSantosdotme/ESP-MicroPython
162164
description: Adafruit BME280 Library, a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor.
163165
tags: ["pressure", "temperature"]
164-
- name: micropython-IR
165-
url: https://github.com/peterhinch/micropython_ir
166-
description: Device drivers for IR (infra red) remote controls
167-
license: MIT license
168-
tags: ["IR"]
169166
- name: HT16K33-Python
170167
url: https://github.com/smittytone/HT16K33-Python
171168
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

Comments
 (0)