Loading...
Searching...
No Matches
lps22df.h File Reference
#include "barometer.h"
#include "spi.h"
#include "gpiopin.h"

Go to the source code of this file.

Data Structures

struct  LPS22DF_t
 

Functions

LPS22DF_t LPS22DF_init (LPS22DF_t *, SPI_t *, GPIOpin_t, const float, const float)
 Initialiser for a LPS22DF barometer.
 
void LPS22DF_update (Baro_t *)
 Updates the LPS22DF barometer readings.
 
void LPS22DF_readTemp (Baro_t *, float *)
 Read the temperature from the LPS22DF sensor.
 
void LPS22DF_readPress (Baro_t *, float *)
 
void LPS22DF_readRawTemp (Baro_t *, uint8_t *)
 
void LPS22DF_readRawPress (Baro_t *, uint8_t *)
 
void LPS22DF_processRawTemp (Baro_t *, uint8_t *, float *)
 Processes raw temperature data from LPS22DF sensor.
 
void LPS22DF_processRawPress (Baro_t *, uint8_t *, float *)
 

Detailed Description

Todo
Document interface

Definition in file lps22df.h.