Skip to content

Commit c7e0aab

Browse files
authored
Merge pull request #19 from arduino/simplify
Simplify data structure
2 parents ca10f10 + eff965f commit c7e0aab

File tree

1 file changed

+22
-44
lines changed

1 file changed

+22
-44
lines changed

package-list.yaml

Lines changed: 22 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
packages:
3-
- arduino-iot-cloud-py:
4-
name: Arduino IoT Cloud Python client
3+
- name: arduino-iot-cloud-py
54
url: https://github.com/arduino/arduino-iot-cloud-py
65
author: Arduino
76
description: A Python client for the Arduino IoT cloud, which runs on both CPython and MicroPython.
@@ -12,8 +11,7 @@ packages:
1211
micropython_version: "1.19.1"
1312
tester: "arduino"
1413

15-
- BME680-Micropython:
16-
name: Micropython Driver for a BME680 breakout
14+
- name: BME680-Micropython
1715
url: https://github.com/robert-hh/BME680-Micropython
1816
author: Robert Hammelrath
1917
description: Micropython Driver for a BME680 breakout. The driver uses the I2C interface.
@@ -23,8 +21,7 @@ packages:
2321
library_version: null
2422
micropython_version: "1.19.1"
2523
tester: "arduino"
26-
- micropython-my9221:
27-
name: MicroPython MY9221
24+
- name: micropython-my9221
2825
author: Mike Causer
2926
url: https://github.com/mcauser/micropython-my9221
3027
description: A MicroPython library for 10 segment LED bar graph modules using the MY9221 LED driver.
@@ -34,8 +31,7 @@ packages:
3431
library_version: null
3532
micropython_version: "1.19.1"
3633
tester: "arduino"
37-
- micropython-rotary:
38-
name: MicroPython Rotary Encoder Driver
34+
- name: micropython-rotary
3935
url: https://github.com/miketeachman/micropython-rotary
4036
author: miketeachman
4137
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, ...
@@ -45,8 +41,7 @@ packages:
4541
library_version: null
4642
micropython_version: "1.19.1"
4743
tester: "arduino"
48-
- micropython_servo_pdm:
49-
name: Servo PDM Continuous
44+
- name: micropython_servo_pdm
5045
author: Taras Prokofiev
5146
url: https://github.com/TTitanUA/micropython_servo_pdm
5247
tags: ["servo"]
@@ -55,29 +50,24 @@ packages:
5550
library_version: null
5651
micropython_version: "1.19.1"
5752
tester: "arduino"
58-
- lcd:
59-
name: lcd_api and i2c_lcd
53+
- name: lcd
6054
url: https://github.com/dhylands/python_lcd/
6155
description: Python code for talking to HD44780 compatible character based dot matrix LCDs.
6256
license: MIT license; Copyright (c) 2013 Dave Hylands
6357
tags: ["display", "LCD"]
64-
- picoservo:
65-
name: Picoservo
58+
- name: picoservo
6659
url: https://github.com/sandbo00/picoservo
6760
description: A simple class for controlling a 9g servo with the Raspberry Pi Pico.
6861
tags: ["servo"]
69-
- micropython-DS3231-AT24C32:
70-
name: MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
62+
- name: micropython-DS3231-AT24C32
7163
url: https://github.com/pangopi/micropython-DS3231-AT24C32
7264
description: MicroPython driver for DS3231 RTC and AT24C32 EEPROM module.
7365
tags: ["time", "RTC"]
74-
- micropython_ahtx0:
75-
name: AHT10 and AHT20 temperature and humidity sensors
66+
- name: micropython_ahtx0
7667
url: https://github.com/targetblank/micropython_ahtx0
7768
description: MicroPython driver for the AHT10 and AHT20 temperature and humidity sensors.
7869
tags: ["sensors", "temperature", "humidity"]
79-
- micropython-dfplayer:
80-
name: DFPlayer control using UART 1
70+
- name: micropython-dfplayer
8171
url: https://github.com/ubidefeo/micropython-dfplayer
8272
description: Micropython implementation of DFPlayer control over UART
8373
tags: ["audio", "mp3"]
@@ -86,33 +76,27 @@ packages:
8676
library_version: null
8777
micropython_version: "1.19.1"
8878
tester: "arduino"
89-
- MAX30102-MicroPython-driver:
90-
name: Maxim MAX30102 MicroPython driver
79+
- name: MAX30102-MicroPython-driver
9180
url: https://github.com/n-elia/MAX30102-MicroPython-driver
9281
description: A port of the SparkFun driver for Maxim MAX30102 sensor to MicroPython.
9382
tags: ["sensors"]
94-
- micropython-i2c-lcd:
95-
name: MicroPython I2C 16x2 LCD Screen (monochrome and RGB)
83+
- name: micropython-i2c-lcd
9684
url: https://github.com/ubidefeo/micropython-i2c-lcd
9785
description: This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
9886
tags: ["display", "LCD", "RGB"]
99-
- sh1107-micropython:
100-
name: SH1107 based OLED display
87+
- name: sh1107-micropython
10188
url: https://github.com/nemart69/sh1107-micropython
10289
description: Micropython driver for SH1107-based OLED display (64 x 128)
10390
tags: ["display", "OLED"]
104-
- pi_pico_neopixel:
105-
name: Library for Raspberry Pi Pico
91+
- name: pi_pico_neopixel
10692
url: https://github.com/blaz-r/pi_pico_neopixel
10793
description: a library for using ws2812b and sk6812 leds (aka neopixels) with Raspberry Pi Pico
10894
tags: ["LED"]
109-
- micropython-thermal-printer:
110-
name: MicroPython Thermal Printer
95+
- name: micropython-thermal-printer
11196
url: https://github.com/ayoy/micropython-thermal-printer
11297
description: This is the MicroPython port of Python Thermal Printer by Adafruit
11398
tags: ["printer"]
114-
- micropython-tm1637:
115-
name: MicroPython TM1637
99+
- name: micropython-tm1637
116100
url: https://github.com/mcauser/micropython-tm1637
117101
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/
118102
tags: ["display"]
@@ -121,8 +105,7 @@ packages:
121105
library_version: "1.3.0"
122106
micropython_version: "1.19.1"
123107
tester: "arduino"
124-
- MicroPython-Button:
125-
name: MicroPython-Button
108+
- name: MicroPython-Button
126109
author: Ubi de Feo
127110
url: https://github.com/ubidefeo/MicroPython-Button
128111
description: An easy to use MicroPython library to handle Buttons and other devices with digital (LOW/HIGH) output.
@@ -132,25 +115,21 @@ packages:
132115
library_version: null
133116
micropython_version: "1.19.1"
134117
tester: "arduino"
135-
- micropython-max7219:
136-
name: MicroPython MAX7219 8x8 LED Matrix
118+
- name: micropython-max7219
137119
url: https://github.com/mcauser/micropython-max7219
138120
description: A MicroPython library for the MAX7219 8x8 LED matrix driver, SPI interface, supports cascading and uses framebuf
139121
tags: ["LED", "matrix"]
140122
license: Licensed under the MIT License.
141-
- micropython-PressureTemp:
142-
name: Pressure/temp sensor
123+
- name: micropython-PressureTemp
143124
url: https://github.com/RuiSantosdotme/ESP-MicroPython
144125
description: Adafruit BME280 Library, a library for the Adafruit BME280 Humidity, Barometric Pressure + Temp sensor.
145126
tags: ["pressure", "temperature"]
146-
- micropython-IR:
147-
name: Device drivers for IR (infra red) remote controls
127+
- name: micropython-IR
148128
url: https://github.com/peterhinch/micropython_ir
149129
description: Device drivers for IR (infra red) remote controls
150130
license: MIT license
151131
tags: ["IR"]
152-
- HT16K33-Python:
153-
name: HT16K33 Drivers
132+
- name: HT16K33-Python
154133
url: https://github.com/smittytone/HT16K33-Python
155134
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.
156135
tags: ["LED", "matrix", "segment", "adafruit"]
@@ -164,8 +143,7 @@ packages:
164143
library_version: "3.4.2"
165144
micropython_version: "1.20.0"
166145
tester: "arduino"
167-
- ucPack-mpy:
168-
name: ucPack MicroPython library
146+
- name: ucPack-mpy
169147
url: https://github.com/arduino/ucPack-mpy
170148
author: Arduino, Giovanni di Dio Bruno, Lucio Rossi
171149
description: A MicroPython porting of ucPack library.

0 commit comments

Comments
 (0)