@@ -6,11 +6,13 @@ packages:
66 description : A MicroPython library to control Arduino Modulinos.
77 docs : https://github.com/arduino/arduino-modulino-mpy/blob/main/docs/api.md
88 tags : ["sensors", "actuators"]
9+ license : Mozilla Public License Version 2.0
910 - name : micropython-modbus
1011 url : https://github.com/brainelectronics/micropython-modbus
1112 author : brainelectronics
1213 description : MicroPython ModBus TCP and RTU library supporting client and host mode
1314 tags : ["modbus"]
15+ license : GNU General Public License
1416 - name : arduino-iot-cloud-py
1517 url : https://github.com/arduino/arduino-iot-cloud-py
1618 author : Arduino
@@ -22,6 +24,7 @@ packages:
2224 library_version : " 0.0.7"
2325 micropython_version : " 1.19.1"
2426 tester : " arduino"
27+ license : Mozilla Public License Version 2.0
2528 - name : BME680-Micropython
2629 url : https://github.com/robert-hh/BME680-Micropython
2730 author : Robert Hammelrath
@@ -59,6 +62,7 @@ packages:
5962 library_version : null
6063 micropython_version : " 1.19.1"
6164 tester : " arduino"
65+ license : MIT License
6266 - name : micropython_servo_pdm
6367 author : Taras Prokofiev
6468 url : https://github.com/TTitanUA/micropython_servo_pdm
@@ -75,6 +79,7 @@ packages:
7579 library_version : null
7680 micropython_version : " 1.19.1"
7781 tester : " arduino"
82+ license : MIT License
7883 - name : picoservo
7984 url : https://github.com/sandbo00/picoservo
8085 author : sandbo00
@@ -83,6 +88,7 @@ packages:
8388 package_descriptor :
8489 urls :
8590 - [servo.py, github:sandbo00/picoservo/servo.py]
91+ license : MIT License
8692 - name : micropython-DS3231-AT24C32
8793 url : https://github.com/pangopi/micropython-DS3231-AT24C32
8894 author : pangopi
@@ -91,6 +97,7 @@ packages:
9197 package_descriptor :
9298 urls :
9399 - [ds3231.py, github:pangopi/micropython-DS3231-AT24C32/ds3231.py]
100+ license : MIT License
94101 - name : micropython_ahtx0
95102 url : https://github.com/targetblank/micropython_ahtx0
96103 author : targetblank
@@ -99,6 +106,7 @@ packages:
99106 package_descriptor :
100107 urls :
101108 - [ahtx0.py, github:targetblank/micropython_ahtx0/ahtx0.py]
109+ license : MIT License
102110 - name : micropython-dfplayer
103111 url : https://github.com/ubidefeo/micropython-dfplayer
104112 author : Ubi de Feo
@@ -109,16 +117,19 @@ packages:
109117 library_version : null
110118 micropython_version : " 1.19.1"
111119 tester : " arduino"
120+ license : MIT License
112121 - name : MAX30102-MicroPython-driver
113122 url : https://github.com/n-elia/MAX30102-MicroPython-driver
114123 author : n-elia
115124 description : A port of the SparkFun driver for Maxim MAX30102 sensor to MicroPython.
116125 tags : ["sensors"]
126+ license : MIT License
117127 - name : micropython-i2c-lcd
118128 url : https://github.com/ubidefeo/micropython-i2c-lcd
119129 author : Ubi de Feo
120130 description : This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
121131 tags : ["display", "LCD", "RGB"]
132+ license : MIT License
122133 - name : micropython-i2c-lcd-monochrome
123134 url : https://github.com/brainelectronics/micropython-i2c-lcd
124135 author : brainelectronics
@@ -140,6 +151,7 @@ packages:
140151 package_descriptor :
141152 urls :
142153 - [sh1106.py, github:robert-hh/SH1106/sh1106.py]
154+ license : MIT License
143155 - name : micropython-ir-rx
144156 url : https://github.com/peterhinch/micropython_ir/ir_rx
145157 author : Peter Hinch
@@ -160,6 +172,7 @@ packages:
160172 package_descriptor :
161173 urls :
162174 - [neopixel.py, github:blaz-r/pi_pico_neopixel/neopixel.py]
175+ license : MIT License
163176 - name : micropython-thermal-printer
164177 url : https://github.com/ayoy/micropython-thermal-printer
165178 author : ayoy
@@ -226,4 +239,4 @@ packages:
226239 author : Arduino, Giovanni di Dio Bruno, Lucio Rossi
227240 description : A MicroPython porting of the ucPack library.
228241 tags : ["communication"]
229- license : Licensed under MPL2.0.
242+ license : Mozilla Public License Version 2.0
0 commit comments