File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ Configure Stepper Driver
12
12
and :c:func: `stepper_get_micro_step_res `.
13
13
- Configure **reference position ** in microsteps using :c:func: `stepper_set_reference_position `
14
14
and :c:func: `stepper_get_actual_position `.
15
- - Set **max velocity ** in micro-steps per second using :c:func: `stepper_set_max_velocity `
15
+ - Set **step interval ** in nanoseconds between steps using :c:func: `stepper_set_microstep_interval `
16
16
- **Enable ** the stepper driver using :c:func: `stepper_enable `.
17
17
18
18
Control Stepper
19
19
===============
20
20
21
21
- **Move by ** +/- micro-steps also known as **relative movement ** using :c:func: `stepper_move_by `.
22
22
- **Move to ** a specific position also known as **absolute movement ** using :c:func: `stepper_move_to `.
23
- - Run continuously with a **constant velocity ** in a specific direction until
23
+ - Run continuously with a **constant step interval ** in a specific direction until
24
24
a stop is detected using :c:func: `stepper_run `.
25
25
- Check if the stepper is **moving ** using :c:func: `stepper_is_moving `.
26
26
- Register an **event callback ** using :c:func: `stepper_set_event_callback `.
You can’t perform that action at this time.
0 commit comments