|
1 | 1 | --- |
2 | 2 | packages: |
3 | 3 | - name: aioespnow |
4 | | - url: >- |
| 4 | + docs: >- |
5 | 5 | https://github.com/micropython/micropython-lib/tree/master/micropython/aioespnow |
6 | 6 | index: https://micropython.org/pi/v2 |
7 | 7 | description: Extends the micropython espnow module with methods to support asyncio. |
8 | 8 | - name: aiorepl |
9 | | - url: >- |
| 9 | + docs: >- |
10 | 10 | https://github.com/micropython/micropython-lib/tree/master/micropython/aiorepl |
11 | 11 | index: https://micropython.org/pi/v2 |
12 | 12 | description: >- |
13 | 13 | Provides an asynchronous REPL that can run concurrently with an asyncio, |
14 | 14 | also allowing await expressions. |
15 | 15 | - name: aioble |
16 | | - url: >- |
| 16 | + docs: >- |
17 | 17 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble |
18 | 18 | index: https://micropython.org/pi/v2 |
19 | 19 | - name: aioble-central |
20 | | - url: >- |
| 20 | + docs: >- |
21 | 21 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-central |
22 | 22 | index: https://micropython.org/pi/v2 |
23 | 23 | - name: aioble-client |
24 | | - url: >- |
| 24 | + docs: >- |
25 | 25 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-client |
26 | 26 | index: https://micropython.org/pi/v2 |
27 | 27 | - name: aioble-core |
28 | | - url: >- |
| 28 | + docs: >- |
29 | 29 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-core |
30 | 30 | index: https://micropython.org/pi/v2 |
31 | 31 | - name: aioble-l2cap |
32 | | - url: >- |
| 32 | + docs: >- |
33 | 33 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-l2cap |
34 | 34 | index: https://micropython.org/pi/v2 |
35 | 35 | - name: aioble-peripheral |
36 | | - url: >- |
| 36 | + docs: >- |
37 | 37 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-peripheral |
38 | 38 | index: https://micropython.org/pi/v2 |
39 | 39 | - name: aioble-security |
40 | | - url: >- |
| 40 | + docs: >- |
41 | 41 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-security |
42 | 42 | index: https://micropython.org/pi/v2 |
43 | 43 | - name: aioble-server |
44 | | - url: >- |
| 44 | + docs: >- |
45 | 45 | https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-server |
46 | 46 | index: https://micropython.org/pi/v2 |
47 | 47 | - name: bundle-networking |
48 | | - url: >- |
| 48 | + docs: >- |
49 | 49 | https://github.com/micropython/micropython-lib/tree/master/micropython/bundles/bundle-networking |
50 | 50 | index: https://micropython.org/pi/v2 |
51 | 51 | description: >- |
52 | 52 | Common networking packages for all network-capable deployments of |
53 | 53 | MicroPython. |
54 | 54 | - name: onewire |
55 | | - url: >- |
| 55 | + docs: >- |
56 | 56 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/bus/onewire |
57 | 57 | index: https://micropython.org/pi/v2 |
58 | 58 | description: Onewire driver. |
59 | 59 | - name: wm8960 |
60 | | - url: >- |
| 60 | + docs: >- |
61 | 61 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/codec/wm8960 |
62 | 62 | index: https://micropython.org/pi/v2 |
63 | 63 | description: WM8960 codec. |
64 | 64 | - name: lcd160cr |
65 | | - url: >- |
| 65 | + docs: >- |
66 | 66 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display/lcd160cr |
67 | 67 | index: https://micropython.org/pi/v2 |
68 | 68 | description: LCD160CR driver. |
69 | 69 | - name: ssd1306 |
70 | | - url: >- |
| 70 | + docs: >- |
71 | 71 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display/ssd1306 |
72 | 72 | index: https://micropython.org/pi/v2 |
73 | 73 | description: SSD1306 OLED driver. |
74 | 74 | - name: bmi270 |
75 | | - url: >- |
| 75 | + docs: >- |
76 | 76 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/bmi270 |
77 | 77 | index: https://micropython.org/pi/v2 |
78 | 78 | description: BOSCH BMI270 IMU driver. |
79 | 79 | - name: bmm150 |
80 | | - url: >- |
| 80 | + docs: >- |
81 | 81 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/bmm150 |
82 | 82 | index: https://micropython.org/pi/v2 |
83 | 83 | description: BOSCH BMM150 magnetometer driver. |
84 | 84 | - name: lsm6dsox |
85 | | - url: >- |
| 85 | + docs: >- |
86 | 86 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/lsm6dsox |
87 | 87 | index: https://micropython.org/pi/v2 |
88 | 88 | description: ST LSM6DSOX imu driver. |
89 | 89 | - name: lsm9ds1 |
90 | | - url: >- |
| 90 | + docs: >- |
91 | 91 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/lsm9ds1 |
92 | 92 | index: https://micropython.org/pi/v2 |
93 | 93 | description: Driver for ST LSM9DS1 IMU. |
94 | 94 | - name: neopixel |
95 | | - url: >- |
| 95 | + docs: >- |
96 | 96 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/led/neopixel |
97 | 97 | index: https://micropython.org/pi/v2 |
98 | 98 | description: WS2812/NeoPixel driver. |
99 | 99 | - name: nrf24l01 |
100 | | - url: >- |
| 100 | + docs: >- |
101 | 101 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/radio/nrf24l01 |
102 | 102 | index: https://micropython.org/pi/v2 |
103 | 103 | description: nrf24l01 2.4GHz radio driver. |
104 | 104 | - name: dht |
105 | | - url: >- |
| 105 | + docs: >- |
106 | 106 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/dht |
107 | 107 | index: https://micropython.org/pi/v2 |
108 | 108 | description: DHT11 & DHT22 temperature/humidity sensor driver. |
109 | 109 | - name: ds18x20 |
110 | | - url: >- |
| 110 | + docs: >- |
111 | 111 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/ds18x20 |
112 | 112 | index: https://micropython.org/pi/v2 |
113 | 113 | description: DS18x20 temperature sensor driver. |
114 | 114 | - name: hs3003 |
115 | | - url: >- |
| 115 | + docs: >- |
116 | 116 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/hs3003 |
117 | 117 | index: https://micropython.org/pi/v2 |
118 | 118 | description: Renesas HS3003 Humidity and Temperature sensor driver. |
119 | 119 | - name: hts221 |
120 | | - url: >- |
| 120 | + docs: >- |
121 | 121 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/hts221 |
122 | 122 | index: https://micropython.org/pi/v2 |
123 | 123 | description: HTS221 temperature/humidity sensor driver. |
124 | 124 | - name: lps22h |
125 | | - url: >- |
| 125 | + docs: >- |
126 | 126 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/lps22h |
127 | 127 | index: https://micropython.org/pi/v2 |
128 | 128 | description: LPS22H temperature/pressure sensor driver. |
129 | 129 | - name: mhz19 |
130 | | - url: >- |
| 130 | + docs: >- |
131 | 131 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/mhz19 |
132 | 132 | index: https://micropython.org/pi/v2 |
133 | 133 | description: Driver for MH-Z19 CO2 sensor. |
134 | 134 | - name: sdcard |
135 | | - url: >- |
| 135 | + docs: >- |
136 | 136 | https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/storage/sdcard |
137 | 137 | index: https://micropython.org/pi/v2 |
138 | 138 | description: SDCard block device driver. |
139 | 139 | - name: espflash |
140 | | - url: >- |
| 140 | + docs: >- |
141 | 141 | https://github.com/micropython/micropython-lib/tree/master/micropython/espflash |
142 | 142 | index: https://micropython.org/pi/v2 |
143 | 143 | description: Provides a minimal ESP32 bootloader protocol implementation. |
144 | 144 | - name: lora |
145 | | - url: >- |
| 145 | + docs: >- |
146 | 146 | https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora |
147 | 147 | index: https://micropython.org/pi/v2 |
148 | 148 | - name: lora-async |
149 | | - url: >- |
| 149 | + docs: >- |
150 | 150 | https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-async |
151 | 151 | index: https://micropython.org/pi/v2 |
152 | 152 | - name: lora-stm32wl5 |
153 | | - url: >- |
| 153 | + docs: >- |
154 | 154 | https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-stm32wl5 |
155 | 155 | index: https://micropython.org/pi/v2 |
156 | 156 | - name: lora-sx126x |
157 | | - url: >- |
| 157 | + docs: >- |
158 | 158 | https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-sx126x |
159 | 159 | index: https://micropython.org/pi/v2 |
160 | 160 | - name: lora-sx127x |
161 | | - url: >- |
| 161 | + docs: >- |
162 | 162 | https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-sx127x |
163 | 163 | index: https://micropython.org/pi/v2 |
164 | 164 | - name: lora-sync |
165 | | - url: >- |
| 165 | + docs: >- |
166 | 166 | https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-sync |
167 | 167 | index: https://micropython.org/pi/v2 |
168 | 168 | - name: mip |
169 | | - url: https://github.com/micropython/micropython-lib/tree/master/micropython/mip |
| 169 | + docs: https://github.com/micropython/micropython-lib/tree/master/micropython/mip |
170 | 170 | index: https://micropython.org/pi/v2 |
171 | 171 | description: On-device package installer for network-capable boards |
172 | 172 | - name: mip-cmdline |
173 | | - url: >- |
| 173 | + docs: >- |
174 | 174 | https://github.com/micropython/micropython-lib/tree/master/micropython/mip-cmdline |
175 | 175 | index: https://micropython.org/pi/v2 |
176 | 176 | description: Optional support for running `micropython -m mip` |
177 | 177 | - name: ntptime |
178 | | - url: >- |
| 178 | + docs: >- |
179 | 179 | https://github.com/micropython/micropython-lib/tree/master/micropython/net/ntptime |
180 | 180 | index: https://micropython.org/pi/v2 |
181 | 181 | description: NTP client. |
182 | 182 | - name: webrepl |
183 | | - url: >- |
| 183 | + docs: >- |
184 | 184 | https://github.com/micropython/micropython-lib/tree/master/micropython/net/webrepl |
185 | 185 | index: https://micropython.org/pi/v2 |
186 | 186 | description: WebREPL server. |
187 | 187 | - name: senml |
188 | | - url: >- |
| 188 | + docs: >- |
189 | 189 | https://github.com/micropython/micropython-lib/tree/master/micropython/senml |
190 | 190 | index: https://micropython.org/pi/v2 |
191 | 191 | description: SenML serialisation for MicroPython. |
192 | 192 | - name: uaiohttpclient |
193 | | - url: >- |
| 193 | + docs: >- |
194 | 194 | https://github.com/micropython/micropython-lib/tree/master/micropython/uaiohttpclient |
195 | 195 | index: https://micropython.org/pi/v2 |
196 | | - description: HTTP client module for MicroPython uasyncio module |
| 196 | + description: HTTP client module for MicroPython asyncio module |
197 | 197 | - name: ucontextlib |
198 | | - url: >- |
| 198 | + docs: >- |
199 | 199 | https://github.com/micropython/micropython-lib/tree/master/micropython/ucontextlib |
200 | 200 | index: https://micropython.org/pi/v2 |
201 | 201 | description: Minimal subset of contextlib for MicroPython low-memory ports |
202 | 202 | - name: udnspkt |
203 | | - url: >- |
| 203 | + docs: >- |
204 | 204 | https://github.com/micropython/micropython-lib/tree/master/micropython/udnspkt |
205 | 205 | index: https://micropython.org/pi/v2 |
206 | 206 | description: Make and parse DNS packets (Sans I/O approach). |
207 | 207 | - name: umqtt.robust |
208 | | - url: >- |
| 208 | + docs: >- |
209 | 209 | https://github.com/micropython/micropython-lib/tree/master/micropython/umqtt.robust |
210 | 210 | index: https://micropython.org/pi/v2 |
211 | 211 | - name: umqtt.simple |
212 | | - url: >- |
| 212 | + docs: >- |
213 | 213 | https://github.com/micropython/micropython-lib/tree/master/micropython/umqtt.simple |
214 | 214 | index: https://micropython.org/pi/v2 |
215 | 215 | description: Lightweight MQTT client for MicroPython. |
216 | 216 | - name: upysh |
217 | | - url: >- |
| 217 | + docs: >- |
218 | 218 | https://github.com/micropython/micropython-lib/tree/master/micropython/upysh |
219 | 219 | index: https://micropython.org/pi/v2 |
220 | 220 | description: Minimalistic file shell using native Python syntax. |
221 | 221 | - name: urequests |
222 | | - url: >- |
| 222 | + docs: >- |
223 | 223 | https://github.com/micropython/micropython-lib/tree/master/micropython/urequests |
224 | 224 | index: https://micropython.org/pi/v2 |
225 | 225 | - name: urllib.urequest |
226 | | - url: >- |
| 226 | + docs: >- |
227 | 227 | https://github.com/micropython/micropython-lib/tree/master/micropython/urllib.urequest |
228 | 228 | index: https://micropython.org/pi/v2 |
| 229 | + - name: usb-device |
| 230 | + docs: >- |
| 231 | + https://github.com/micropython/micropython-lib/tree/master/micropython/usb/usb-device |
| 232 | + index: https://micropython.org/pi/v2 |
| 233 | + - name: usb-device-cdc |
| 234 | + docs: >- |
| 235 | + https://github.com/micropython/micropython-lib/tree/master/micropython/usb/usb-device-cdc |
| 236 | + index: https://micropython.org/pi/v2 |
| 237 | + - name: usb-device-hid |
| 238 | + docs: >- |
| 239 | + https://github.com/micropython/micropython-lib/tree/master/micropython/usb/usb-device-hid |
| 240 | + index: https://micropython.org/pi/v2 |
| 241 | + - name: usb-device-keyboard |
| 242 | + docs: >- |
| 243 | + https://github.com/micropython/micropython-lib/tree/master/micropython/usb/usb-device-keyboard |
| 244 | + index: https://micropython.org/pi/v2 |
| 245 | + - name: usb-device-midi |
| 246 | + docs: >- |
| 247 | + https://github.com/micropython/micropython-lib/tree/master/micropython/usb/usb-device-midi |
| 248 | + index: https://micropython.org/pi/v2 |
| 249 | + - name: usb-device-mouse |
| 250 | + docs: >- |
| 251 | + https://github.com/micropython/micropython-lib/tree/master/micropython/usb/usb-device-mouse |
| 252 | + index: https://micropython.org/pi/v2 |
229 | 253 | - name: xmltok |
230 | | - url: >- |
| 254 | + docs: >- |
231 | 255 | https://github.com/micropython/micropython-lib/tree/master/micropython/xmltok |
232 | 256 | index: https://micropython.org/pi/v2 |
233 | 257 | description: Simple XML tokenizer |
0 commit comments