![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Actuator interface for T4 driver. More...
#include "std.h"
Go to the source code of this file.
Macros | |
#define | ACTUATORS_T4_NB 17 |
#define | ActuatorT4Set(_i, _v) { actuators_t4_values[_i] = _v; } |
#define | ActuatorsT4Commit actuators_t4_commit |
Functions | |
void | actuators_t4_commit (void) |
Variables | |
int32_t | actuators_t4_values [ACTUATORS_T4_NB] |
Print the configuration variables from the header. | |
Actuator interface for T4 driver.
Definition in file actuators_t4_arch.h.
#define ACTUATORS_T4_NB 17 |
Definition at line 32 of file actuators_t4_arch.h.
#define ActuatorsT4Commit actuators_t4_commit |
Definition at line 40 of file actuators_t4_arch.h.
Definition at line 39 of file actuators_t4_arch.h.
Definition at line 64 of file actuators_t4_arch.c.
|
extern |
Print the configuration variables from the header.
Definition at line 49 of file actuators_t4_arch.c.