Skip to content

Commit 289fdc1

Browse files
committed
Added link to library and guide for rp2pio
1 parent 78a87c3 commit 289fdc1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ports/raspberrypi/bindings/rp2pio/__init__.c

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
#include "bindings/rp2pio/StateMachine.h"
3131
#include "bindings/rp2pio/__init__.h"
3232

33-
//| """Hardware interface to RP2 series' programmable IO (PIO) peripheral."""
33+
//| """Hardware interface to RP2 series' programmable IO (PIO) peripheral.
34+
//|
35+
//| .. note:: This module is intended to be used with the `adafruit_pioasm library
36+
//| <https://github.com/adafruit/Adafruit_CircuitPython_PIOASM>`_. For an
37+
//| introduction and guide to working with PIO in CircuitPython, see `this
38+
//| Learn guide <https://learn.adafruit.com/intro-to-rp2040-pio-with-circuitpython>`_.
39+
//|
40+
//| """
3441
//|
3542

3643
//| def pins_are_sequential(pins: List[microcontroller.Pin]) -> bool:

0 commit comments

Comments
 (0)