![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Actuator interface for T4 driver. More...
#include "modules/actuators/actuators_t4_arch.h"
#include "modules/actuators/actuators_t4.h"
#include "modules/core/abi.h"
Go to the source code of this file.
Macros | |
#define | ACTUATORS_T4_REFRESH_FREQUENCY 200; |
#define | ACTUATORS_T4_NUM_MAX_SERVOS 12 |
#define | ACTUATORS_T4_NUM_MAX_ESCS 4 |
Functions | |
void | actuators_t4_arch_init (void) |
Arch dependent init file. | |
void | actuators_t4_commit (void) |
Variables | |
int32_t | actuators_t4_values [ACTUATORS_T4_NB] |
Print the configuration variables from the header. | |
struct ActuatorsT4Out | actuators_t4_out_local |
float | actuators_t4_extra_data_out_local [255] |
Actuator interface for T4 driver.
Definition in file actuators_t4_arch.c.
#define ACTUATORS_T4_NUM_MAX_ESCS 4 |
Definition at line 41 of file actuators_t4_arch.c.
#define ACTUATORS_T4_NUM_MAX_SERVOS 12 |
Definition at line 37 of file actuators_t4_arch.c.
#define ACTUATORS_T4_REFRESH_FREQUENCY 200; |
Definition at line 33 of file actuators_t4_arch.c.
Arch dependent init file.
implemented in arch files
Definition at line 54 of file actuators_t4_arch.c.
References actuators_t4_extra_data_out_local, ACTUATORS_T4_NUM_MAX_ESCS, ACTUATORS_T4_NUM_MAX_SERVOS, actuators_t4_out_local, ACTUATORS_T4_REFRESH_FREQUENCY, ActuatorsT4Out::esc_arm, and ActuatorsT4Out::servo_arm.
Definition at line 64 of file actuators_t4_arch.c.
References actuators_t4_extra_data_out_local, actuators_t4_out_local, actuators_t4_values, ActuatorsT4Out::esc_1_dshot_cmd, ActuatorsT4Out::esc_2_dshot_cmd, ActuatorsT4Out::esc_3_dshot_cmd, ActuatorsT4Out::esc_4_dshot_cmd, foo, ActuatorsT4Out::servo_10_cmd, ActuatorsT4Out::servo_11_cmd, ActuatorsT4Out::servo_12_cmd, ActuatorsT4Out::servo_1_cmd, ActuatorsT4Out::servo_2_cmd, ActuatorsT4Out::servo_3_cmd, ActuatorsT4Out::servo_4_cmd, ActuatorsT4Out::servo_5_cmd, ActuatorsT4Out::servo_6_cmd, ActuatorsT4Out::servo_7_cmd, ActuatorsT4Out::servo_8_cmd, and ActuatorsT4Out::servo_9_cmd.
float actuators_t4_extra_data_out_local[255] |
Definition at line 52 of file actuators_t4_arch.c.
Referenced by actuators_t4_arch_init(), and actuators_t4_commit().
struct ActuatorsT4Out actuators_t4_out_local |
Definition at line 51 of file actuators_t4_arch.c.
Referenced by actuators_t4_arch_init(), and actuators_t4_commit().
int32_t actuators_t4_values[ACTUATORS_T4_NB] |
Print the configuration variables from the header.
Definition at line 49 of file actuators_t4_arch.c.
Referenced by actuators_t4_commit().