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

committed by
Serban Waltter

parent
85608a9f61
commit
e7820f2831
@ -67,6 +67,12 @@ float URM37::getDistance(int degrees)
|
||||
return (distance);
|
||||
}
|
||||
|
||||
int URM37::getDistance()
|
||||
{
|
||||
/* TODO: compilation issue for swig. switched original method to not use default zero parameter. */
|
||||
return getDistance(0);
|
||||
}
|
||||
|
||||
float URM37::getTemperature()
|
||||
{
|
||||
float temperature;
|
||||
|
Reference in New Issue
Block a user