![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
STM32 PWM servos handling. More...
#include "std.h"
#include <BOARD_CONFIG>
Go to the source code of this file.
Macros | |
#define | ACTUATORS_PWM_NB 8 |
#define | SERVOS_TICS_OF_USEC(_v) (_v) |
#define | ActuatorPwmSet(_i, _v) { actuators_pwm_values[_i] = _v; } |
#define | ActuatorsPwmCommit actuators_pwm_commit |
Functions | |
void | actuators_pwm_commit (void) |
Set pulse widths from actuator values, assumed to be in us. | |
Variables | |
int32_t | actuators_pwm_values [ACTUATORS_PWM_NB] |
STM32 PWM servos handling.
Definition in file actuators_pwm_arch.h.
Definition at line 43 of file actuators_pwm_arch.h.
#define ACTUATORS_PWM_NB 8 |
Definition at line 34 of file actuators_pwm_arch.h.
#define ActuatorsPwmCommit actuators_pwm_commit |
Definition at line 44 of file actuators_pwm_arch.h.
Definition at line 41 of file actuators_pwm_arch.h.
Set pulse widths from actuator values, assumed to be in us.
Definition at line 377 of file actuators_pwm_arch.c.
References actuators_pwm_values, foo, PWM_CMD_TO_US, PWM_SERVO_3, PWM_SERVO_4, PWM_SERVO_5, and PWM_SERVO_6.
|
extern |
Definition at line 92 of file actuators_pwm_arch.c.