 |
Paparazzi UAS
v6.1.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
41 #ifndef AIRSPEED_ETS_H
42 #define AIRSPEED_ETS_H
68 #endif // AIRSPEED_ETS_H
uint16_t airspeed_ets_offset
void airspeed_ets_init(void)
@ I2CTransFailed
transaction failed
struct i2c_transaction airspeed_ets_i2c_trans
@ I2CTransSuccess
transaction successfully finished by I2C driver
void airspeed_ets_read_periodic(void)
enum I2CTransactionStatus status
Transaction status.
uint16_t airspeed_ets_raw
I2C transaction structure.
@ I2CTransDone
transaction set to done by user level
void airspeed_ets_read_event(void)
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
static void AirspeedEtsEvent(void)