Skip to content

Commit 502e9c2

Browse files
committed
docs: stepper: add stepper stop function
Add entry of stepper stop function in stepper.rst Signed-off-by: Jilay Pandya <[email protected]>
1 parent dfaeadb commit 502e9c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/hardware/peripherals/stepper.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Control Stepper
2323
- **Move to** a specific position also known as **absolute movement** using :c:func:`stepper_move_to`.
2424
- Run continuously with a **constant step interval** in a specific direction until
2525
a stop is detected using :c:func:`stepper_run`.
26+
- **Stop** the stepper using :c:func:`stepper_stop`.
2627
- Check if the stepper is **moving** using :c:func:`stepper_is_moving`.
2728
- Register an **event callback** using :c:func:`stepper_set_event_callback`.
2829

0 commit comments

Comments
 (0)