Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
baro_bmp280.h File Reference

Bosch BMP280 sensor interface. More...

+ Include dependency graph for baro_bmp280.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void baro_bmp280_init (void)
 
void baro_bmp280_periodic (void)
 
void baro_bmp280_event (void)
 

Variables

struct bmp280_t baro_bmp280
 
float baro_alt
 
bool baro_alt_valid
 

Detailed Description

Bosch BMP280 sensor interface.

This reads the values for pressure and temperature from the Bosch BMP280 sensor.

Definition in file baro_bmp280.h.

Function Documentation

◆ baro_bmp280_event()

◆ baro_bmp280_init()

void baro_bmp280_init ( void  )

◆ baro_bmp280_periodic()

void baro_bmp280_periodic ( void  )

Definition at line 98 of file baro_bmp280.c.

References baro_bmp280, and bmp280_periodic().

+ Here is the call graph for this function:

Variable Documentation

◆ baro_alt

float baro_alt
extern

◆ baro_alt_valid

bool baro_alt_valid
extern

Definition at line 62 of file baro_bmp280.c.

Referenced by baro_bmp280_event().

◆ baro_bmp280

struct bmp280_t baro_bmp280
extern

Definition at line 62 of file baro_bmp280.c.

Referenced by baro_bmp280_event(), baro_bmp280_init(), and baro_bmp280_periodic().