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_board.h
Go to the documentation of this file.
1 
2 /*
3  * board specific interface for the KroozSD board
4  *
5  * It uses the subsystems/sensors/baro_ms5611_i2c.c driver
6  */
7 
8 #ifndef BOARDS_KROOZ_BARO_H
9 #define BOARDS_KROOZ_BARO_H
10 
11 // only for printing the baro type during compilation
12 #define BARO_BOARD BARO_BOARD_MS5611_I2C
13 
14 extern void baro_event(void);
15 #define BaroEvent baro_event
16 
17 #endif /* BOARDS_KROOZ_SD_BARO_H */
void baro_event(void)