@@ -6,11 +6,13 @@ packages:
6
6
description : A MicroPython library to control Arduino Modulinos.
7
7
docs : https://github.com/arduino/arduino-modulino-mpy/blob/main/docs/api.md
8
8
tags : ["sensors", "actuators"]
9
+ license : Mozilla Public License Version 2.0
9
10
- name : micropython-modbus
10
11
url : https://github.com/brainelectronics/micropython-modbus
11
12
author : brainelectronics
12
13
description : MicroPython ModBus TCP and RTU library supporting client and host mode
13
14
tags : ["modbus"]
15
+ license : GNU General Public License
14
16
- name : arduino-iot-cloud-py
15
17
url : https://github.com/arduino/arduino-iot-cloud-py
16
18
author : Arduino
@@ -22,6 +24,7 @@ packages:
22
24
library_version : " 0.0.7"
23
25
micropython_version : " 1.19.1"
24
26
tester : " arduino"
27
+ license : Mozilla Public License Version 2.0
25
28
- name : BME680-Micropython
26
29
url : https://github.com/robert-hh/BME680-Micropython
27
30
author : Robert Hammelrath
@@ -59,6 +62,7 @@ packages:
59
62
library_version : null
60
63
micropython_version : " 1.19.1"
61
64
tester : " arduino"
65
+ license : MIT License
62
66
- name : micropython_servo_pdm
63
67
author : Taras Prokofiev
64
68
url : https://github.com/TTitanUA/micropython_servo_pdm
@@ -75,6 +79,7 @@ packages:
75
79
library_version : null
76
80
micropython_version : " 1.19.1"
77
81
tester : " arduino"
82
+ license : MIT License
78
83
- name : picoservo
79
84
url : https://github.com/sandbo00/picoservo
80
85
author : sandbo00
@@ -83,6 +88,7 @@ packages:
83
88
package_descriptor :
84
89
urls :
85
90
- [servo.py, github:sandbo00/picoservo/servo.py]
91
+ license : MIT License
86
92
- name : micropython-DS3231-AT24C32
87
93
url : https://github.com/pangopi/micropython-DS3231-AT24C32
88
94
author : pangopi
@@ -91,6 +97,7 @@ packages:
91
97
package_descriptor :
92
98
urls :
93
99
- [ds3231.py, github:pangopi/micropython-DS3231-AT24C32/ds3231.py]
100
+ license : MIT License
94
101
- name : micropython_ahtx0
95
102
url : https://github.com/targetblank/micropython_ahtx0
96
103
author : targetblank
@@ -99,6 +106,7 @@ packages:
99
106
package_descriptor :
100
107
urls :
101
108
- [ahtx0.py, github:targetblank/micropython_ahtx0/ahtx0.py]
109
+ license : MIT License
102
110
- name : micropython-dfplayer
103
111
url : https://github.com/ubidefeo/micropython-dfplayer
104
112
author : Ubi de Feo
@@ -109,16 +117,19 @@ packages:
109
117
library_version : null
110
118
micropython_version : " 1.19.1"
111
119
tester : " arduino"
120
+ license : MIT License
112
121
- name : MAX30102-MicroPython-driver
113
122
url : https://github.com/n-elia/MAX30102-MicroPython-driver
114
123
author : n-elia
115
124
description : A port of the SparkFun driver for Maxim MAX30102 sensor to MicroPython.
116
125
tags : ["sensors"]
126
+ license : MIT License
117
127
- name : micropython-i2c-lcd
118
128
url : https://github.com/ubidefeo/micropython-i2c-lcd
119
129
author : Ubi de Feo
120
130
description : This library is designed to support a MicroPython interface for i2c LCD character screens. It is designed around the Pycom implementation of MicroPython
121
131
tags : ["display", "LCD", "RGB"]
132
+ license : MIT License
122
133
- name : micropython-i2c-lcd-monochrome
123
134
url : https://github.com/brainelectronics/micropython-i2c-lcd
124
135
author : brainelectronics
@@ -140,6 +151,7 @@ packages:
140
151
package_descriptor :
141
152
urls :
142
153
- [sh1106.py, github:robert-hh/SH1106/sh1106.py]
154
+ license : MIT License
143
155
- name : micropython-ir-rx
144
156
url : https://github.com/peterhinch/micropython_ir/ir_rx
145
157
author : Peter Hinch
@@ -160,6 +172,7 @@ packages:
160
172
package_descriptor :
161
173
urls :
162
174
- [neopixel.py, github:blaz-r/pi_pico_neopixel/neopixel.py]
175
+ license : MIT License
163
176
- name : micropython-thermal-printer
164
177
url : https://github.com/ayoy/micropython-thermal-printer
165
178
author : ayoy
@@ -226,4 +239,4 @@ packages:
226
239
author : Arduino, Giovanni di Dio Bruno, Lucio Rossi
227
240
description : A MicroPython porting of the ucPack library.
228
241
tags : ["communication"]
229
- license : Licensed under MPL2.0.
242
+ license : Mozilla Public License Version 2.0
0 commit comments