Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | BB_MS5611_TYPE_MS5607 TRUE |
#define | BARO_BOARD BARO_MS5611_I2C |
#define | BaroEvent baro_event |
Functions | |
void | baro_event (void) |
Paparazzi Bebop Baro Sensor implementation for the MS5607. Actually uses the MS5611 driver, but sets BB_MS5611_TYPE_MS5607 to TRUE.
Definition in file baro_board.h.
#define BARO_BOARD BARO_MS5611_I2C |
Definition at line 35 of file baro_board.h.
#define BaroEvent baro_event |
Definition at line 39 of file baro_board.h.
#define BB_MS5611_TYPE_MS5607 TRUE |
Definition at line 31 of file baro_board.h.
void baro_event | ( | void | ) |
Definition at line 103 of file baro_board_ms5611_i2c.c.