drivers: stepper: api: rename enable_constant_velocity_mode to run
rename enable_constant_velocity_mode to run in following files: - include/zephyr/drivers/stepper.h - include/zephyr/drivers/stepper/stepper_fake.h - doc/hardware/peripherals/stepper.rst - doc/releases/migration-guide-4.1.rst - drivers/stepper/adi_tmc/adi_tmc5041_stepper_controller.c - drivers/stepper/fake_stepper_controller.c - drivers/stepper/gpio_stepper_controller.c - drivers/stepper/stepper_shell.c - tests/drivers/stepper/shell/src/main.c Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
parent
401f784337
commit
af68d97507
9 changed files with 48 additions and 58 deletions
|
@ -22,7 +22,7 @@ Control Stepper
|
|||
- **Move to** a specific position also known as **absolute movement**
|
||||
using :c:func:`stepper_set_target_position`.
|
||||
- Run continuously with a **constant velocity** in a specific direction until
|
||||
a stop is detected using :c:func:`stepper_enable_constant_velocity_mode`.
|
||||
a stop is detected using :c:func:`stepper_run`.
|
||||
- Check if the stepper is **moving** using :c:func:`stepper_is_moving`.
|
||||
- Register an **event callback** using :c:func:`stepper_set_event_callback`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue