Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/actuators/actuators_dshot.h"
#include "modules/actuators/esc_dshot.h"
#include "mcu_periph/ram_arch.h"
#include "mcu_periph/gpio.h"
#include <BOARD_CONFIG>
Go to the source code of this file.
Functions | |
void | actuators_dshot_arch_init (void) |
Arch dependent init. More... | |
void | actuators_dshot_arch_commit (void) |
Variables | |
uint16_t | actuators_dshot_values [ACTUATORS_DSHOT_NB] |
void actuators_dshot_arch_commit | ( | void | ) |
Definition at line 142 of file actuators_dshot_arch.c.
void actuators_dshot_arch_init | ( | void | ) |
Arch dependent init.
Definition at line 73 of file actuators_dshot_arch.c.
uint16_t actuators_dshot_values[ACTUATORS_DSHOT_NB] |
Definition at line 34 of file actuators_dshot_arch.c.
Referenced by actuators_dshot_arch_commit().