40 #ifndef ZERO_OFFSET_DEGREES
41 #define ZERO_OFFSET_DEGREES 45.
45 #define PCF_I2C_DEV i2c0
50 #ifndef PCF_SLAVE_ADDR
51 #define PCF_SLAVE_ADDR 0x40
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
volatile uint8_t buf[I2C_BUF_LEN]
Transaction buffer With I2C_BUF_LEN number of bytes.
transaction successfully finished by I2C driver
void wind_gfi_event(void)
void wind_gfi_periodic(void)
transaction set to done by user level
bool_t i2c_transmit(struct i2c_periph *p, struct i2c_transaction *t, uint8_t s_addr, uint8_t len)
Submit a write only transaction.
struct i2c_transaction pcf_trans
I2C transaction structure.
enum I2CTransactionStatus status
Transaction status.
#define DefaultChannel
SITL.
Common code for AP and FBW telemetry.
arch independent LED (Light Emitting Diodes) API
bool_t i2c_receive(struct i2c_periph *p, struct i2c_transaction *t, uint8_t s_addr, uint16_t len)
Submit a read only transaction.
#define ZERO_OFFSET_DEGREES
Architecture independent I2C (Inter-Integrated Circuit Bus) API.