Paparazzi UAS v7.0_unstable
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 functions for the tawaki board
4 *
5 */
6
7#ifndef BOARDS_TAWAKI_BARO_H
8#define BOARDS_TAWAKI_BARO_H
9
10// only for printing the baro type during compilation
11#ifndef BARO_BOARD
12#define BARO_BOARD BARO_BMP3_I2C
13#endif
14
15extern void baro_event(void);
16#define BaroEvent baro_event
17
18#endif /* BOARDS_TAWAKI_BARO_H */
19
void baro_event(void)