mirror of
https://github.com/eclipse/upm.git
synced 2025-07-12 14:51:12 +03:00
Added Initial interface implementations
This commit is contained in:

committed by
Stefan Andritoiu

parent
9a959b578c
commit
551a86ee8c
@ -207,6 +207,11 @@ MPL3115A2::getPressure(int bSampleData) {
|
||||
return (float)m_iPressure / 100;
|
||||
}
|
||||
|
||||
float
|
||||
MPL3115A2::getPressure() {
|
||||
return getPressure(true);
|
||||
}
|
||||
|
||||
float
|
||||
MPL3115A2::getTemperature(int bSampleData) {
|
||||
int ret;
|
||||
|
Reference in New Issue
Block a user