mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
Added getVolts() to iEMG interface and its sensors.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
@ -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