|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
36 #include "pprzlink/messages.h"
40 #ifndef DPICCO_I2C_DEV
41 #define DPICCO_I2C_DEV i2c0
44 #define DPICCO_SLAVE_ADDR 0xF0
volatile uint8_t buf[I2C_BUF_LEN]
Transaction buffer With I2C_BUF_LEN number of bytes.
DigiPicco I2C sensor interface.
void dpicco_periodic(void)
#define DPICCO_SLAVE_ADDR
struct i2c_transaction dpicco_trans
#define DPICCO_TEMP_RANGE
@ I2CTransSuccess
transaction successfully finished by I2C driver
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
enum I2CTransactionStatus status
Transaction status.
arch independent LED (Light Emitting Diodes) API
#define DPICCO_HUMID_RANGE
I2C transaction structure.
Common code for AP and FBW telemetry.
@ I2CTransDone
transaction set to done by user level
bool i2c_receive(struct i2c_periph *p, struct i2c_transaction *t, uint8_t s_addr, uint16_t len)
Submit a read only transaction.