31 #include "pprzlink/messages.h"
35 #ifndef CHARGE_SENS_DEV
36 #define CHARGE_SENS_DEV i2c0
39 #define CHARGE_SENS_I2C_ADDR 0x78
void charge_sens_periodic(void)
void charge_sens_init(void)
void charge_sens_event(void)
uint16_t charge[CHARGE_NB]
#define CHARGE_SENS_I2C_ADDR
struct i2c_transaction charge_trans
Common code for AP and FBW telemetry.
volatile uint8_t buf[I2C_BUF_LEN]
Transaction buffer With I2C_BUF_LEN number of bytes.
enum I2CTransactionStatus status
Transaction status.
bool i2c_receive(struct i2c_periph *p, struct i2c_transaction *t, uint8_t s_addr, uint16_t len)
Submit a read only transaction.
@ I2CTransSuccess
transaction successfully finished by I2C driver
@ I2CTransDone
transaction set to done by user level
I2C transaction structure.
Architecture independent I2C (Inter-Integrated Circuit Bus) API.
arch independent UART (Universal Asynchronous Receiver/Transmitter) API
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
int int32_t
Typedef defining 32 bit int type.