Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
dummy servos handling for sim More...
Go to the source code of this file.
Macros | |
#define | SERVOS_TICS_OF_USEC(_v) (_v) |
#define | ActuatorDualpwmSet(_i, _v) {} |
#define | ActuatorsDualPwmCommit() {} |
Functions | |
void | actuators_dualpwm_arch_init (void) |
PWM arch init called by generic pwm driver. More... | |
dummy servos handling for sim
Definition in file actuators_dualpwm_arch.h.
#define ActuatorDualpwmSet | ( | _i, | |
_v | |||
) | {} |
Definition at line 31 of file actuators_dualpwm_arch.h.
#define ActuatorsDualPwmCommit | ( | ) | {} |
Definition at line 32 of file actuators_dualpwm_arch.h.
#define SERVOS_TICS_OF_USEC | ( | _v | ) | (_v) |
Definition at line 29 of file actuators_dualpwm_arch.h.
void actuators_dualpwm_arch_init | ( | void | ) |
PWM arch init called by generic pwm driver.
Definition at line 28 of file actuators_dualpwm_arch.c.