|
Contiki 2.5
|
MPL115A Pressure Sensor (Barometer) interface implementationMore...
#include "pressure-mpl115a.h"Go to the source code of this file.
Functions | |
| void | mpl115a_init (void) |
| Initialize the MPL115A Pressure Sensor. More... | |
| uint16_t | mpl115a_get_pressure (void) |
| Get raw pressure value (10Bit) More... | |
| uint16_t | mpl115a_get_temp (void) |
| Get raw temperature value (10Bit) More... | |
| uint8_t | mpl115a_cmd (uint8_t reg) |
| This function reads and writes from the given register of the MPL115A. More... | |
MPL115A Pressure Sensor (Barometer) interface implementation
Definition in file pressure-mpl115a.c.
1.8.3.1