40 #ifndef DPICCO_I2C_DEV
41 #define DPICCO_I2C_DEV i2c0
44 #define DPICCO_SLAVE_ADDR 0xF0
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
volatile uint8_t buf[I2C_BUF_LEN]
Transaction buffer With I2C_BUF_LEN number of bytes.
DigiPicco I2C sensor interface.
transaction successfully finished by I2C driver
#define DPICCO_HUMID_RANGE
transaction set to done by user level
void dpicco_periodic(void)
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
#define DPICCO_SLAVE_ADDR
struct i2c_transaction dpicco_trans
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 DPICCO_TEMP_RANGE
Architecture independent I2C (Inter-Integrated Circuit Bus) API.