22#ifndef ACTUATORS_UAVCAN2_H
23#define ACTUATORS_UAVCAN2_H
33#define ActuatorUavcan2Set NULL
34#define ActuatorsUavcan2Init() {}
35#define ActuatorsUavcan2Commit() {}
37#define ActuatorUavcan2Set actuators_uavcan2_set
38#define ActuatorsUavcan2Init() actuators_uavcan_init(&uavcan2)
39#define ActuatorsUavcan2Commit() RunOnceEvery(ACTUATORS_UAVCAN_RAW_DIV,actuators_uavcan_commit(&uavcan2, actuators_uavcan2_values, SERVOS_UAVCAN2_NB))
void actuators_uavcan2_set(uint8_t idx, int16_t value)
int16_t actuators_uavcan2_values[SERVOS_UAVCAN2_NB]
Stub file needed per interface because of generator.
short int16_t
Typedef defining 16 bit short type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.