15#include "generated/modules.h"
17#include "generated/airframe.h"
20#ifndef PX4_GIMBAL_PWM_CHAN
21#define PX4_GIMBAL_PWM_CHAN 0
23#ifndef PX4_GIMBAL_RC_CHAN
24#define PX4_GIMBAL_RC_CHAN RADIO_AUX2
27#ifndef PX4_GIMBAL_PWM_MIN
28#define PX4_GIMBAL_PWM_MIN 900
31#ifndef PX4_GIMBAL_PWM_MAX
32#define PX4_GIMBAL_PWM_MAX 1500
49 if (value < 1) {value=1;}
#define ActuatorPwmSet(_i, _v)
void actuators_init(void)
Hardware independent API for actuators (servos, motor controllers).
#define PX4_GIMBAL_PWM_MAX
#define PX4_GIMBAL_PWM_MIN
void px4_set_gimbal_angle_periodic()
#define PX4_GIMBAL_PWM_CHAN
#define PX4_GIMBAL_RC_CHAN
struct RadioControl radio_control
Generic interface for radio control modules.
pprz_t values[RADIO_CONTROL_NB_CHANNEL]
int int32_t
Typedef defining 32 bit int type.