22#ifndef ACTUATORS_UAVCAN1_H
23#define ACTUATORS_UAVCAN1_H
33#define ActuatorUavcan1Set NULL
34#define ActuatorsUavcan1Init() {}
35#define ActuatorsUavcan1Commit() {}
37#define ActuatorUavcan1Set actuators_uavcan1_set
38#define ActuatorsUavcan1Init() actuators_uavcan_init(&uavcan1)
39#define ActuatorsUavcan1Commit() RunOnceEvery(ACTUATORS_UAVCAN_RAW_DIV,actuators_uavcan_commit(&uavcan1, actuators_uavcan1_values, SERVOS_UAVCAN1_NB))
void actuators_uavcan1_set(uint8_t idx, int16_t value)
int16_t actuators_uavcan1_values[SERVOS_UAVCAN1_NB]
Stub file needed per uavcan interface because of generator.
short int16_t
Typedef defining 16 bit short type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.