forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: stepper: Add Stepper motor controller documentation
Added stepper motor controller documentation entry to peripherals.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ Peripherals | |
sdhc.rst | ||
sensor.rst | ||
spi.rst | ||
stepper.rst | ||
smbus.rst | ||
uart.rst | ||
usbc_vbus.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. stepper_api: | ||
Stepper Motor Controller API | ||
############################ | ||
|
||
Overview | ||
******** | ||
The Stepper Motor Controller API provides a set of functions for controlling | ||
and configuring stepper motors in hardware. It supports a variety of | ||
operations, including enabling/disabling the controller, setting movement | ||
parameters, and querying the motor state. | ||
|
||
Configuration Options | ||
********************* | ||
|
||
Related configuration options: | ||
|
||
* :kconfig:option:`CONFIG_STEPPER_INIT_PRIORITY` | ||
|
||
API Reference | ||
************* | ||
|
||
.. doxygengroup:: stepper_interface |