26 #ifndef ACTUATORS_MKK_V2_H
27 #define ACTUATORS_MKK_V2_H
32 #include "generated/airframe.h"
53 #define ActuatorMkk_v2Set(_i, _v) { actuators_mkk_v2.setpoint[_i] = _v; }
54 #define ActuatorsMkk_v2Init() actuators_mkk_v2_init()
55 #define ActuatorsMkk_v2Commit() actuators_mkk_v2_set()
struct i2c_transaction trans[ACTUATORS_MKK_V2_NB]
uint16_t setpoint[ACTUATORS_MKK_V2_NB]
struct actuators_mkk_v2_struct actuators_mkk_v2
struct actuators_mkk_v2_telemetry_struct data[ACTUATORS_MKK_V2_NB]
void actuators_mkk_v2_set(void)
I2C transaction structure.
void actuators_mkk_v2_init(void)
Architecture independent I2C (Inter-Integrated Circuit Bus) API.