mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
Updated interfaces and 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
bfdd2c37c0
commit
90524273ec
@ -34,18 +34,6 @@ namespace upm
|
||||
public:
|
||||
virtual ~iEmg() {}
|
||||
|
||||
/**
|
||||
* Calibrates the EMG reader
|
||||
*/
|
||||
virtual void calibrate() = 0;
|
||||
|
||||
/**
|
||||
* Measures muscle signals from the reader
|
||||
*
|
||||
* @return Muscle output as analog voltage
|
||||
*/
|
||||
virtual int value() = 0;
|
||||
|
||||
/**
|
||||
* Read scaled/offset voltage from the sensor
|
||||
*
|
||||
|
Reference in New Issue
Block a user