mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 19:01:21 +03:00
upm: Add sensor groups based on IO types
This commit also fixes adds some default constructor arguments to some i2c sensors. Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -51,7 +51,7 @@ namespace upm {
|
||||
*
|
||||
* This file defines the stepmotor C++ interface for libstepmotor
|
||||
*
|
||||
* @ingroup stepmotor
|
||||
* @ingroup stepper pwm
|
||||
* @snippet stepmotor.cxx Interesting
|
||||
*/
|
||||
class StepMotor {
|
||||
@ -59,8 +59,8 @@ class StepMotor {
|
||||
/**
|
||||
* Instanciates a StepMotor object
|
||||
*
|
||||
* @param dirPin direction pin
|
||||
* @param stePin steper pulse pin
|
||||
* @param dirPin direction GPIO pin
|
||||
* @param stePin steper pulse PWM pin
|
||||
*/
|
||||
StepMotor (int dirPin, int stePin);
|
||||
|
||||
|
Reference in New Issue
Block a user