Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | BaroHcaEvent() |
Functions | |
void | baro_hca_init (void) |
void | baro_hca_read_periodic (void) |
void | baro_hca_read_event (void) |
Variables | |
struct i2c_transaction | baro_hca_i2c_trans |
#define BaroHcaEvent | ( | ) |
Definition at line 36 of file baro_hca.h.
void baro_hca_init | ( | void | ) |
Definition at line 62 of file baro_hca.c.
References baro_hca_i2c_trans, baro_hca_valid, I2CTransDone, pBaroRaw, and i2c_transaction::status.
void baro_hca_read_event | ( | void | ) |
Definition at line 78 of file baro_hca.c.
References baro_hca_i2c_trans, BARO_HCA_MAX_OUT, BARO_HCA_MIN_OUT, BARO_HCA_PRESSURE_OFFSET, BARO_HCA_SCALE, BARO_HCA_SENDER_ID, baro_hca_valid, i2c_transaction::buf, DefaultChannel, DefaultDevice, foo, get_sys_time_usec(), I2CTransDone, pBaroRaw, and i2c_transaction::status.
void baro_hca_read_periodic | ( | void | ) |
Definition at line 70 of file baro_hca.c.
References BARO_HCA_ADDR, BARO_HCA_I2C_DEV, baro_hca_i2c_trans, i2c_receive(), I2CTransDone, and i2c_transaction::status.
|
extern |
Definition at line 57 of file baro_hca.c.
Referenced by baro_hca_init(), baro_hca_read_event(), and baro_hca_read_periodic().