@@ -29,27 +29,23 @@ Dependencies
29
29
This driver depends on:
30
30
31
31
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython >`_
32
+ * `Adafruit CircuitPython PIOASM <https://github.com/adafruit/Adafruit_CircuitPython_PIOASM >`_
32
33
33
34
Please ensure all dependencies are available on the CircuitPython filesystem.
34
35
This is easily achieved by downloading
35
36
`the Adafruit library and driver bundle <https://circuitpython.org/libraries >`_
36
37
or individual libraries can be installed using
37
38
`circup <https://github.com/adafruit/circup >`_.
38
39
40
+ Works with the Raspberry Pi RP2040 Pico family.
39
41
40
-
41
- .. todo :: Describe the Adafruit product this library works with. For PCBs, you can also add the
42
- image from the assets folder in the PCB's GitHub repo.
43
-
44
- `Purchase one from the Adafruit shop <http://www.adafruit.com/products/ >`_
42
+ `Purchase one from the Adafruit shop <https://www.adafruit.com/category/875 >`_.
45
43
46
44
Installing from PyPI
47
45
=====================
48
46
.. note :: This library is not available on PyPI yet. Install documentation is included
49
47
as a standard element. Stay tuned for PyPI availability!
50
48
51
- .. todo :: Remove the above note if PyPI version is/will be available at time of release.
52
-
53
49
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
54
50
PyPI <https://pypi.org/project/adafruit-circuitpython-pio-uart/> `_.
55
51
To install for current user:
@@ -99,8 +95,10 @@ Or the following command to update an existing version:
99
95
Usage Example
100
96
=============
101
97
102
- .. todo :: Add a quick, simple example. It and other examples should live in the
103
- examples folder and be included in docs/examples.rst.
98
+ .. literalinclude :: ../examples/pio_uart_simpletest.py
99
+ :caption: examples/pio_uart_simpletest.py
100
+ :linenos:
101
+
104
102
105
103
Documentation
106
104
=============
0 commit comments