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
@ -40,13 +40,5 @@ namespace upm
|
||||
* @param enable true to enable the device, false otherwise.
|
||||
*/
|
||||
virtual void enable(bool enable) = 0;
|
||||
|
||||
/**
|
||||
* Set the baudrate of the device.
|
||||
*
|
||||
* @param baudrate The baud rate to set for the device.
|
||||
*/
|
||||
virtual void setBaudrate(unsigned int baudrate) = 0;
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user