We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41987c6 commit a9a606bCopy full SHA for a9a606b
docs/library/rp2.StateMachine.rst
@@ -58,6 +58,11 @@ Methods
58
- *pull_thresh* is the threshold in bits before auto-pull or conditional
59
re-pulling is triggered.
60
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
+
66
.. method:: StateMachine.active([value])
67
68
Gets or sets whether the state machine is currently running.
0 commit comments