mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
Added getVolts() to iEMG interface and its sensors.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
c642e02a18
commit
1f1510f38d
@ -45,5 +45,12 @@ namespace upm
|
||||
* @return Muscle output as analog voltage
|
||||
*/
|
||||
virtual int value() = 0;
|
||||
|
||||
/**
|
||||
* Read scaled/offset voltage from the sensor
|
||||
*
|
||||
* @return Measured volts
|
||||
*/
|
||||
virtual float getVolts() = 0;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user