Skip to content

Commit a9a606b

Browse files
committed
docs/library/rp2.StateMachine: Add a note about PIO in and jmp pins.
Signed-off-by: Damien George <[email protected]>
1 parent 41987c6 commit a9a606b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/library/rp2.StateMachine.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Methods
5858
- *pull_thresh* is the threshold in bits before auto-pull or conditional
5959
re-pulling is triggered.
6060

61+
Note: pins used for *in_base* need to be configured manually for input (or
62+
otherwise) so that the PIO can see the desired signal (they could be input
63+
pins, output pins, or connected to a different peripheral). The *jmp_pin*
64+
can also be configured manually, but by default will be an input pin.
65+
6166
.. method:: StateMachine.active([value])
6267

6368
Gets or sets whether the state machine is currently running.

0 commit comments

Comments
 (0)