diff options
| author | Nathan Hendler <nathanhendler@gmail.com> | 2022-07-31 11:40:44 -0700 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-08-11 14:29:47 +1000 |
| commit | 9bcb2c0a209f7970e63757a5f99dd23e010dbc48 (patch) | |
| tree | 7f3ecf567ca281ab2390eb0b712c31fd7e2117d0 | |
| parent | 888e831bf78518c367d40a6b77b29c6aab13a7f0 (diff) | |
docs/library/rp2: Fix pull_thresh docs to use pull instead of push.
| -rw-r--r-- | docs/library/rp2.StateMachine.rst | 4 | ||||
| -rw-r--r-- | docs/library/rp2.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/library/rp2.StateMachine.rst b/docs/library/rp2.StateMachine.rst index 8d73ccf77..7e38ba8b1 100644 --- a/docs/library/rp2.StateMachine.rst +++ b/docs/library/rp2.StateMachine.rst @@ -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]) diff --git a/docs/library/rp2.rst b/docs/library/rp2.rst index 06affaae8..ec7666d7c 100644 --- a/docs/library/rp2.rst +++ b/docs/library/rp2.rst @@ -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: |
