Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
baro_bmp3.h File Reference
+ Include dependency graph for baro_bmp3.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void baro_bmp3_init (void)
 
void baro_bmp3_periodic (void)
 
void baro_bmp3_event (void)
 

Variables

struct Bmp3_I2c baro_bmp3
 

Detailed Description

Bosch BMP3 I2C sensor interface.

This reads the values for pressure and temperature from the Bosch BMP3 sensor through I2C.

Definition in file baro_bmp3.h.

Function Documentation

◆ baro_bmp3_event()

void baro_bmp3_event ( void  )

◆ baro_bmp3_init()

void baro_bmp3_init ( void  )

Definition at line 44 of file baro_bmp3.c.

References baro_bmp3, bmp3_i2c_init(), and BMP3_SLAVE_ADDR.

+ Here is the call graph for this function:

◆ baro_bmp3_periodic()

void baro_bmp3_periodic ( void  )

Definition at line 49 of file baro_bmp3.c.

References baro_bmp3, and bmp3_i2c_periodic().

+ Here is the call graph for this function:

Variable Documentation

◆ baro_bmp3

struct Bmp3_I2c baro_bmp3

Definition at line 42 of file baro_bmp3.c.

Referenced by baro_bmp3_event(), baro_bmp3_init(), and baro_bmp3_periodic().