Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
baro_bmp3.h File Reference

Bosch BMP3 I2C sensor interface. More...

+ 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

void baro_bmp3_event ( void  )
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:

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

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().