Skip to content

Commit

Permalink
doc: stepper: Add Stepper motor controller documentation
Browse files Browse the repository at this point in the history
Added stepper motor controller documentation entry to peripherals.
  • Loading branch information
faxe1008 committed Aug 7, 2024
1 parent 22eb644 commit 23665e2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/hardware/peripherals/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Peripherals
sdhc.rst
sensor.rst
spi.rst
stepper.rst
smbus.rst
uart.rst
usbc_vbus.rst
Expand Down
23 changes: 23 additions & 0 deletions doc/hardware/peripherals/stepper.rst
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

0 comments on commit 23665e2

Please sign in to comment.