docs/library/rp2.StateMachine: Add a note about PIO in and jmp pins.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
41987c6cf4
commit
a9a606bf5d
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ Methods
|
||||||
- *pull_thresh* is the threshold in bits before auto-pull or conditional
|
- *pull_thresh* is the threshold in bits before auto-pull or conditional
|
||||||
re-pulling is triggered.
|
re-pulling is triggered.
|
||||||
|
|
||||||
|
Note: pins used for *in_base* need to be configured manually for input (or
|
||||||
|
otherwise) so that the PIO can see the desired signal (they could be input
|
||||||
|
pins, output pins, or connected to a different peripheral). The *jmp_pin*
|
||||||
|
can also be configured manually, but by default will be an input pin.
|
||||||
|
|
||||||
.. method:: StateMachine.active([value])
|
.. method:: StateMachine.active([value])
|
||||||
|
|
||||||
Gets or sets whether the state machine is currently running.
|
Gets or sets whether the state machine is currently running.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue