@@ -29,27 +29,23 @@ Dependencies
2929This driver depends on:
3030
3131* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython >`_
32+ * `Adafruit CircuitPython PIOASM <https://github.com/adafruit/Adafruit_CircuitPython_PIOASM >`_
3233
3334Please ensure all dependencies are available on the CircuitPython filesystem.
3435This is easily achieved by downloading
3536`the Adafruit library and driver bundle <https://circuitpython.org/libraries >`_
3637or individual libraries can be installed using
3738`circup <https://github.com/adafruit/circup >`_.
3839
40+ Works with the Raspberry Pi RP2040 Pico family.
3941
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 >`_.
4543
4644Installing from PyPI
4745=====================
4846.. note :: This library is not available on PyPI yet. Install documentation is included
4947 as a standard element. Stay tuned for PyPI availability!
5048
51- .. todo :: Remove the above note if PyPI version is/will be available at time of release.
52-
5349On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
5450PyPI <https://pypi.org/project/adafruit-circuitpython-pio-uart/> `_.
5551To install for current user:
@@ -99,8 +95,10 @@ Or the following command to update an existing version:
9995 Usage Example
10096=============
10197
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+
104102
105103Documentation
106104=============
0 commit comments