Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
#define ActuatorDefaultSet | ( | _x, | |
_y | |||
) | ActuatorPwmSet(_x,_y) |
#define ActuatorsDefaultCommit | ( | ) | ActuatorsPwmCommit() |
#define ActuatorsDefaultInit | ( | ) | ActuatorsPwmInit() |
#define DEFAULT_ACTUATORS "subsystems/actuators/actuators_pwm.h" |
#define LED_1_AFIO_REMAP |
#define LED_1_GPIO_ON gpio_clear |
#define PWM_TIM1_CHAN_MASK PWM_SERVO_4_OC_BIT |
Definition at line 238 of file cc3d.h.
Referenced by actuators_pwm_arch_init().
#define PWM_TIM2_CHAN_MASK PWM_SERVO_6_OC_BIT |
#define PWM_TIM3_CHAN_MASK PWM_SERVO_5_OC_BIT |
#define PWM_TIM4_CHAN_MASK (PWM_SERVO_1_OC_BIT|PWM_SERVO_2_OC_BIT|PWM_SERVO_3_OC_BIT) |
Definition at line 236 of file cc3d.h.
Referenced by actuators_pwm_arch_init().
#define SPEKTRUM_UART3_AF AFIO_MAPR_USART3_REMAP_PARTIAL_REMAP |