Skip to content

Commit 0c801b0

Browse files
committed
Update index
1 parent f268d5b commit 0c801b0

File tree

1 file changed

+74
-50
lines changed

1 file changed

+74
-50
lines changed

micropython-lib.yaml

Lines changed: 74 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,233 +1,257 @@
11
---
22
packages:
33
- name: aioespnow
4-
url: >-
4+
docs: >-
55
https://github.com/micropython/micropython-lib/tree/master/micropython/aioespnow
66
index: https://micropython.org/pi/v2
77
description: Extends the micropython espnow module with methods to support asyncio.
88
- name: aiorepl
9-
url: >-
9+
docs: >-
1010
https://github.com/micropython/micropython-lib/tree/master/micropython/aiorepl
1111
index: https://micropython.org/pi/v2
1212
description: >-
1313
Provides an asynchronous REPL that can run concurrently with an asyncio,
1414
also allowing await expressions.
1515
- name: aioble
16-
url: >-
16+
docs: >-
1717
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble
1818
index: https://micropython.org/pi/v2
1919
- name: aioble-central
20-
url: >-
20+
docs: >-
2121
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-central
2222
index: https://micropython.org/pi/v2
2323
- name: aioble-client
24-
url: >-
24+
docs: >-
2525
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-client
2626
index: https://micropython.org/pi/v2
2727
- name: aioble-core
28-
url: >-
28+
docs: >-
2929
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-core
3030
index: https://micropython.org/pi/v2
3131
- name: aioble-l2cap
32-
url: >-
32+
docs: >-
3333
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-l2cap
3434
index: https://micropython.org/pi/v2
3535
- name: aioble-peripheral
36-
url: >-
36+
docs: >-
3737
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-peripheral
3838
index: https://micropython.org/pi/v2
3939
- name: aioble-security
40-
url: >-
40+
docs: >-
4141
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-security
4242
index: https://micropython.org/pi/v2
4343
- name: aioble-server
44-
url: >-
44+
docs: >-
4545
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble-server
4646
index: https://micropython.org/pi/v2
4747
- name: bundle-networking
48-
url: >-
48+
docs: >-
4949
https://github.com/micropython/micropython-lib/tree/master/micropython/bundles/bundle-networking
5050
index: https://micropython.org/pi/v2
5151
description: >-
5252
Common networking packages for all network-capable deployments of
5353
MicroPython.
5454
- name: onewire
55-
url: >-
55+
docs: >-
5656
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/bus/onewire
5757
index: https://micropython.org/pi/v2
5858
description: Onewire driver.
5959
- name: wm8960
60-
url: >-
60+
docs: >-
6161
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/codec/wm8960
6262
index: https://micropython.org/pi/v2
6363
description: WM8960 codec.
6464
- name: lcd160cr
65-
url: >-
65+
docs: >-
6666
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display/lcd160cr
6767
index: https://micropython.org/pi/v2
6868
description: LCD160CR driver.
6969
- name: ssd1306
70-
url: >-
70+
docs: >-
7171
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display/ssd1306
7272
index: https://micropython.org/pi/v2
7373
description: SSD1306 OLED driver.
7474
- name: bmi270
75-
url: >-
75+
docs: >-
7676
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/bmi270
7777
index: https://micropython.org/pi/v2
7878
description: BOSCH BMI270 IMU driver.
7979
- name: bmm150
80-
url: >-
80+
docs: >-
8181
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/bmm150
8282
index: https://micropython.org/pi/v2
8383
description: BOSCH BMM150 magnetometer driver.
8484
- name: lsm6dsox
85-
url: >-
85+
docs: >-
8686
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/lsm6dsox
8787
index: https://micropython.org/pi/v2
8888
description: ST LSM6DSOX imu driver.
8989
- name: lsm9ds1
90-
url: >-
90+
docs: >-
9191
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/imu/lsm9ds1
9292
index: https://micropython.org/pi/v2
9393
description: Driver for ST LSM9DS1 IMU.
9494
- name: neopixel
95-
url: >-
95+
docs: >-
9696
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/led/neopixel
9797
index: https://micropython.org/pi/v2
9898
description: WS2812/NeoPixel driver.
9999
- name: nrf24l01
100-
url: >-
100+
docs: >-
101101
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/radio/nrf24l01
102102
index: https://micropython.org/pi/v2
103103
description: nrf24l01 2.4GHz radio driver.
104104
- name: dht
105-
url: >-
105+
docs: >-
106106
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/dht
107107
index: https://micropython.org/pi/v2
108108
description: DHT11 & DHT22 temperature/humidity sensor driver.
109109
- name: ds18x20
110-
url: >-
110+
docs: >-
111111
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/ds18x20
112112
index: https://micropython.org/pi/v2
113113
description: DS18x20 temperature sensor driver.
114114
- name: hs3003
115-
url: >-
115+
docs: >-
116116
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/hs3003
117117
index: https://micropython.org/pi/v2
118118
description: Renesas HS3003 Humidity and Temperature sensor driver.
119119
- name: hts221
120-
url: >-
120+
docs: >-
121121
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/hts221
122122
index: https://micropython.org/pi/v2
123123
description: HTS221 temperature/humidity sensor driver.
124124
- name: lps22h
125-
url: >-
125+
docs: >-
126126
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/lps22h
127127
index: https://micropython.org/pi/v2
128128
description: LPS22H temperature/pressure sensor driver.
129129
- name: mhz19
130-
url: >-
130+
docs: >-
131131
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/mhz19
132132
index: https://micropython.org/pi/v2
133133
description: Driver for MH-Z19 CO2 sensor.
134134
- name: sdcard
135-
url: >-
135+
docs: >-
136136
https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/storage/sdcard
137137
index: https://micropython.org/pi/v2
138138
description: SDCard block device driver.
139139
- name: espflash
140-
url: >-
140+
docs: >-
141141
https://github.com/micropython/micropython-lib/tree/master/micropython/espflash
142142
index: https://micropython.org/pi/v2
143143
description: Provides a minimal ESP32 bootloader protocol implementation.
144144
- name: lora
145-
url: >-
145+
docs: >-
146146
https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora
147147
index: https://micropython.org/pi/v2
148148
- name: lora-async
149-
url: >-
149+
docs: >-
150150
https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-async
151151
index: https://micropython.org/pi/v2
152152
- name: lora-stm32wl5
153-
url: >-
153+
docs: >-
154154
https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-stm32wl5
155155
index: https://micropython.org/pi/v2
156156
- name: lora-sx126x
157-
url: >-
157+
docs: >-
158158
https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-sx126x
159159
index: https://micropython.org/pi/v2
160160
- name: lora-sx127x
161-
url: >-
161+
docs: >-
162162
https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-sx127x
163163
index: https://micropython.org/pi/v2
164164
- name: lora-sync
165-
url: >-
165+
docs: >-
166166
https://github.com/micropython/micropython-lib/tree/master/micropython/lora/lora-sync
167167
index: https://micropython.org/pi/v2
168168
- 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
170170
index: https://micropython.org/pi/v2
171171
description: On-device package installer for network-capable boards
172172
- name: mip-cmdline
173-
url: >-
173+
docs: >-
174174
https://github.com/micropython/micropython-lib/tree/master/micropython/mip-cmdline
175175
index: https://micropython.org/pi/v2
176176
description: Optional support for running `micropython -m mip`
177177
- name: ntptime
178-
url: >-
178+
docs: >-
179179
https://github.com/micropython/micropython-lib/tree/master/micropython/net/ntptime
180180
index: https://micropython.org/pi/v2
181181
description: NTP client.
182182
- name: webrepl
183-
url: >-
183+
docs: >-
184184
https://github.com/micropython/micropython-lib/tree/master/micropython/net/webrepl
185185
index: https://micropython.org/pi/v2
186186
description: WebREPL server.
187187
- name: senml
188-
url: >-
188+
docs: >-
189189
https://github.com/micropython/micropython-lib/tree/master/micropython/senml
190190
index: https://micropython.org/pi/v2
191191
description: SenML serialisation for MicroPython.
192192
- name: uaiohttpclient
193-
url: >-
193+
docs: >-
194194
https://github.com/micropython/micropython-lib/tree/master/micropython/uaiohttpclient
195195
index: https://micropython.org/pi/v2
196-
description: HTTP client module for MicroPython uasyncio module
196+
description: HTTP client module for MicroPython asyncio module
197197
- name: ucontextlib
198-
url: >-
198+
docs: >-
199199
https://github.com/micropython/micropython-lib/tree/master/micropython/ucontextlib
200200
index: https://micropython.org/pi/v2
201201
description: Minimal subset of contextlib for MicroPython low-memory ports
202202
- name: udnspkt
203-
url: >-
203+
docs: >-
204204
https://github.com/micropython/micropython-lib/tree/master/micropython/udnspkt
205205
index: https://micropython.org/pi/v2
206206
description: Make and parse DNS packets (Sans I/O approach).
207207
- name: umqtt.robust
208-
url: >-
208+
docs: >-
209209
https://github.com/micropython/micropython-lib/tree/master/micropython/umqtt.robust
210210
index: https://micropython.org/pi/v2
211211
- name: umqtt.simple
212-
url: >-
212+
docs: >-
213213
https://github.com/micropython/micropython-lib/tree/master/micropython/umqtt.simple
214214
index: https://micropython.org/pi/v2
215215
description: Lightweight MQTT client for MicroPython.
216216
- name: upysh
217-
url: >-
217+
docs: >-
218218
https://github.com/micropython/micropython-lib/tree/master/micropython/upysh
219219
index: https://micropython.org/pi/v2
220220
description: Minimalistic file shell using native Python syntax.
221221
- name: urequests
222-
url: >-
222+
docs: >-
223223
https://github.com/micropython/micropython-lib/tree/master/micropython/urequests
224224
index: https://micropython.org/pi/v2
225225
- name: urllib.urequest
226-
url: >-
226+
docs: >-
227227
https://github.com/micropython/micropython-lib/tree/master/micropython/urllib.urequest
228228
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
229253
- name: xmltok
230-
url: >-
254+
docs: >-
231255
https://github.com/micropython/micropython-lib/tree/master/micropython/xmltok
232256
index: https://micropython.org/pi/v2
233257
description: Simple XML tokenizer

0 commit comments

Comments
 (0)