|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
34 #include "pprzlink/messages.h"
38 #ifndef BMP3_SLAVE_ADDR
39 #define BMP3_SLAVE_ADDR BMP3_I2C_ADDR
float temperature
temperature in deg Celcius
void bmp3_i2c_event(struct Bmp3_I2c *bmp)
void bmp3_i2c_init(struct Bmp3_I2c *bmp, struct i2c_periph *i2c_p, uint8_t addr)
init function
#define BMP3_SLAVE_ADDR
default slave address
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
#define BARO_BMP3_SENDER_ID
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
volatile bool data_available
data ready flag
uint32_t raw_pressure
uncompensated pressure
void baro_bmp3_periodic(void)
Common code for AP and FBW telemetry.
void baro_bmp3_event(void)
void bmp3_i2c_periodic(struct Bmp3_I2c *bmp)
Start new measurement if sensor ready.
uint32_t raw_temperature
uncompensated temperature
void baro_bmp3_init(void)
struct Bmp3_I2c baro_bmp3
float pressure
pressure in Pascal