Skip to content

Commit

Permalink
Merge pull request #475 from tannewt/pio_uart
Browse files Browse the repository at this point in the history
Add PIO UART library
  • Loading branch information
dhalbert authored Oct 1, 2024
2 parents 294e97c + 096ce5a commit 3dc8580
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1019,3 +1019,6 @@
[submodule "libraries/drivers/hx711"]
path = libraries/drivers/hx711
url = https://github.com/adafruit/Adafruit_CircuitPython_HX711.git
[submodule "libraries/helpers/pio_uart"]
path = libraries/helpers/pio_uart
url = https://github.com/adafruit/Adafruit_CircuitPython_PIO_UART.git
3 changes: 2 additions & 1 deletion docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ Miscellaneous Helpers
NeoKey <https://docs.circuitpython.org/projects/neokey/en/latest/>
OneWire <https://docs.circuitpython.org/projects/onewire/en/latest/>
Pastebin services <https://docs.circuitpython.org/projects/pastebin/en/latest/>
PIOASM converter for RP2040 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
PIOASM converter for RP2 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
PIO UART <https://docs.circuitpython.org/projects/pio_uart/en/latest/>
Prompt Toolkit <https://docs.circuitpython.org/projects/prompt_toolkit/en/latest/>
Radial Controller <https://docs.circuitpython.org/projects/radial-controller/en/latest/>
SD Card <https://docs.circuitpython.org/projects/sd/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/pio_uart
Submodule pio_uart added at 07ca61

0 comments on commit 3dc8580

Please sign in to comment.