mirror of
https://github.com/eclipse/upm.git
synced 2025-07-12 06:41:12 +03:00
Added initial interfaces and some sensors implementing them
This commit is contained in:

committed by
Serban Waltter

parent
85608a9f61
commit
e7820f2831
@ -55,6 +55,11 @@ float OTP538U::ambientTemperature()
|
||||
return temp;
|
||||
}
|
||||
|
||||
float OTP538U::getTemperature()
|
||||
{
|
||||
return ambientTemperature();
|
||||
}
|
||||
|
||||
float OTP538U::objectTemperature()
|
||||
{
|
||||
float temp = 0;
|
||||
|
Reference in New Issue
Block a user