File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
ports/raspberrypi/bindings/rp2pio Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 30
30
#include "bindings/rp2pio/StateMachine.h"
31
31
#include "bindings/rp2pio/__init__.h"
32
32
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
+ //| """
34
41
//|
35
42
36
43
//| def pins_are_sequential(pins: List[microcontroller.Pin]) -> bool:
You can’t perform that action at this time.
0 commit comments