mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
stepmotor.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
7f30553a51
commit
49d5c2de34
@ -40,18 +40,27 @@
|
|||||||
#define LOW 0
|
#define LOW 0
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Stepper motor library
|
* @brief C++ API for the Stepper motor library
|
||||||
|
*
|
||||||
|
* This file defines the stepmotor C++ interface
|
||||||
|
*
|
||||||
* @defgroup stepper libupm-stepper
|
* @defgroup stepper libupm-stepper
|
||||||
|
* @ingroup seeed pwm gpio motor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief C++ API for StepMotor Drivers
|
* @library stepper
|
||||||
|
* @sensor stepper
|
||||||
|
* @comname Stepper motor
|
||||||
|
* @type motor
|
||||||
|
* @man seeed
|
||||||
|
* @web http://www.seeedstudio.com/wiki/Grove_-_I2C_Motor_Driver_V1.3
|
||||||
|
* @con pwm gpio
|
||||||
*
|
*
|
||||||
* This file defines the stepmotor C++ interface for libstepmotor
|
* @brief C++ API for the Stepper motor library
|
||||||
|
*
|
||||||
|
* This file defines the stepmotor C++ interface
|
||||||
*
|
*
|
||||||
* @ingroup stepper pwm
|
|
||||||
* @snippet stepmotor.cxx Interesting
|
* @snippet stepmotor.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class StepMotor {
|
class StepMotor {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user