docs/library/rp2: Fix pull_thresh docs to use pull instead of push.

This commit is contained in:
Nathan Hendler 2022-07-31 11:40:44 -07:00 committed by Damien George
parent 888e831bf7
commit 9bcb2c0a20
2 changed files with 4 additions and 4 deletions

View File

@ -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])

View File

@ -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: