mirror of
https://github.com/eclipse/upm.git
synced 2025-12-18 23:05:46 +03:00
Added initial interfaces and some sensors implementing them
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
6bf21a23e7
commit
f035470822
@@ -77,7 +77,7 @@ float MS5803::getTemperature()
|
||||
|
||||
float MS5803::getPressure()
|
||||
{
|
||||
return ms5803_get_pressure(m_ms5803);
|
||||
return (ms5803_get_pressure(m_ms5803) * 100);
|
||||
}
|
||||
|
||||
void MS5803::loadCoefficients()
|
||||
|
||||
Reference in New Issue
Block a user