LTPS C++ API
|
Struct with data output for MPL115A2. More...
#include <pressure.h>
Public Attributes | |
float | temperature |
Temperature in degrees Celsius. | |
float | pressure |
Pressure in mm Hg. | |
int | status |
Return status (EXIT_SUCCESS or EXIT_FAILURE) | |
const char * | error |
String error if something goes wrong (NULL for success) | |