Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
baro_board.h
Go to the documentation of this file.
1 
2 /*
3  * board specific fonctions for the PX4FMU board (tested for v2.4 and v4.0)
4  *
5  */
6 
7 #ifndef BOARDS_PX4FMU_BARO_H
8 #define BOARDS_PX4FMU_BARO_H
9 
10 // only for printing the baro type during compilation
11 #define BARO_BOARD BARO_BOARD_MS5611_SPI
12 
13 extern void baro_event(void);
14 
15 #define BaroEvent baro_event
16 
17 #endif /* BOARDS_PX4FMU_BARO_H */
baro_event
void baro_event(void)
Definition: baro_board_ms5611_i2c.c:103