upm
1.7.1
Sensor/Actuator repository for libmraa (v2.0.0)
|
Public Types | |
enum | OsrMode { ULTRA_LOW_POWER, LOW_POWER, STANDARD, ULTRA_HIGH_RES, HIGH_RES } |
Public Member Functions | |
MS5611 (int i2cBus=0, int address=MS5611_ADDRESS) | |
virtual const char * | getModuleName () |
void | setOverSampling (OsrMode osrMode) |
int | getTemperatureCelsius () |
int | getPressurePa () |
|
inlinevirtual |
Returns name of module. This is the string in library name after libupm_
Implements IModuleStatus.