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

pull/9041/head
Nathan Hendler 2022-07-31 11:40:44 -07:00 zatwierdzone przez Damien George
rodzic 888e831bf7
commit 9bcb2c0a20
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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