diff options
author | Tim Radvan <tim@tjvr.org> | 2021-04-16 12:18:04 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-05-08 18:02:04 +1000 |
commit | fd24e649fde26bcd484b30025527768d37f5c562 (patch) | |
tree | 6f82e91eaca5e0d2330cddb6921b059688def801 /docs/library/index.rst | |
parent | 9eea51b730532cb33fe2531a3aade734d0a0a121 (diff) | |
download | micropython-fd24e649fde26bcd484b30025527768d37f5c562.tar.gz micropython-fd24e649fde26bcd484b30025527768d37f5c562.zip |
docs/library: Add initial API reference for rp2 module and its classes.
All the method signatures from rp2_pio.c and friends have been taken and
converted to RST format, then explanatory notes added for each signature.
Signed-off-by: Tim Radvan <tim@tjvr.org>
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 43d9e87f3c..2536e8dc96 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -165,3 +165,14 @@ The following libraries are specific to the ESP8266 and ESP32. esp.rst esp32.rst + + +Libraries specific to the RP2040 +-------------------------------- + +The following libraries are specific to the RP2040, as used in the Raspberry Pi Pico. + +.. toctree:: + :maxdepth: 2 + + rp2.rst |