Skip to content

Commit 096ce5a

Browse files
committed
Add PIO UART library
1 parent 294e97c commit 096ce5a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1019,3 +1019,6 @@
10191019
[submodule "libraries/drivers/hx711"]
10201020
path = libraries/drivers/hx711
10211021
url = https://github.com/adafruit/Adafruit_CircuitPython_HX711.git
1022+
[submodule "libraries/helpers/pio_uart"]
1023+
path = libraries/helpers/pio_uart
1024+
url = https://github.com/adafruit/Adafruit_CircuitPython_PIO_UART.git

docs/drivers.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ Miscellaneous Helpers
218218
NeoKey <https://docs.circuitpython.org/projects/neokey/en/latest/>
219219
OneWire <https://docs.circuitpython.org/projects/onewire/en/latest/>
220220
Pastebin services <https://docs.circuitpython.org/projects/pastebin/en/latest/>
221-
PIOASM converter for RP2040 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
221+
PIOASM converter for RP2 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
222+
PIO UART <https://docs.circuitpython.org/projects/pio_uart/en/latest/>
222223
Prompt Toolkit <https://docs.circuitpython.org/projects/prompt_toolkit/en/latest/>
223224
Radial Controller <https://docs.circuitpython.org/projects/radial-controller/en/latest/>
224225
SD Card <https://docs.circuitpython.org/projects/sd/en/latest/>

libraries/helpers/pio_uart

Submodule pio_uart added at 07ca619

0 commit comments

Comments
 (0)