We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaeadb commit 502e9c2Copy full SHA for 502e9c2
doc/hardware/peripherals/stepper.rst
@@ -23,6 +23,7 @@ Control Stepper
23
- **Move to** a specific position also known as **absolute movement** using :c:func:`stepper_move_to`.
24
- Run continuously with a **constant step interval** in a specific direction until
25
a stop is detected using :c:func:`stepper_run`.
26
+- **Stop** the stepper using :c:func:`stepper_stop`.
27
- Check if the stepper is **moving** using :c:func:`stepper_is_moving`.
28
- Register an **event callback** using :c:func:`stepper_set_event_callback`.
29
0 commit comments