upm
0.8.0
Sensor/Actuator repository for libmraa (v1.1.1)
|
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) | |
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.