Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
baro_board_common.h File Reference

General interface for board integrated barometers. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void baro_board_init (void)
 
void baro_board_periodic (void)
 
void baro_board_event (void)
 

Detailed Description

General interface for board integrated barometers.

Definition in file baro_board_common.h.

Function Documentation

◆ baro_board_event()

void baro_board_event ( void  )

Definition at line 50 of file baro_board_common.c.

References BaroEvent.

◆ baro_board_init()

void baro_board_init ( void  )

Definition at line 36 of file baro_board_common.c.

References baro_init().

+ Here is the call graph for this function:

◆ baro_board_periodic()

void baro_board_periodic ( void  )

Definition at line 43 of file baro_board_common.c.

References baro_periodic().

+ Here is the call graph for this function: