Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
571 B

.. _stepper_api:
Stepper API
###########
Overview
********
The Stepper API provides a set of functions for controlling and configuring stepper motors.
It supports a variety of operations, including enabling/disabling the controller, setting the
target position of the motor and thereby setting the motor in motion, setting/getting the actual
position of the motor and so on.
Configuration Options
*********************
Related configuration options:
* :kconfig:option:`CONFIG_STEPPER_INIT_PRIORITY`
API Reference
*************
.. doxygengroup:: stepper_interface