docs/library/rp2: Fix pull_thresh docs to use pull instead of push.
This commit is contained in:
parent
888e831bf7
commit
9bcb2c0a20
|
@ -55,8 +55,8 @@ Methods
|
|||
`PIO.SHIFT_LEFT` or `PIO.SHIFT_RIGHT`.
|
||||
- *push_thresh* is the threshold in bits before auto-push or conditional
|
||||
re-pushing is triggered.
|
||||
- *pull_thresh* is the threshold in bits before auto-push or conditional
|
||||
re-pushing is triggered.
|
||||
- *pull_thresh* is the threshold in bits before auto-pull or conditional
|
||||
re-pulling is triggered.
|
||||
|
||||
.. method:: StateMachine.active([value])
|
||||
|
||||
|
|
|
@ -47,8 +47,8 @@ For running PIO programs, see :class:`rp2.StateMachine`.
|
|||
`PIO.SHIFT_LEFT` or `PIO.SHIFT_RIGHT`.
|
||||
- *push_thresh* is the threshold in bits before auto-push or conditional
|
||||
re-pushing is triggered.
|
||||
- *pull_thresh* is the threshold in bits before auto-push or conditional
|
||||
re-pushing is triggered.
|
||||
- *pull_thresh* is the threshold in bits before auto-pull or conditional
|
||||
re-pulling is triggered.
|
||||
|
||||
The remaining parameters are:
|
||||
|
||||
|
|
Loading…
Reference in New Issue