Contiki 2.5
Functions
pressure-mpl115a.c File Reference

    MPL115A Pressure Sensor (Barometer) interface implementation
More...

#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...
 

Detailed Description

    MPL115A Pressure Sensor (Barometer) interface implementation
Author
Ulf Kulau kulau.nosp@m.@ibr.nosp@m..cs.t.nosp@m.u-bs.nosp@m..de

Definition in file pressure-mpl115a.c.