![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Spektrum actuator driver, which can output as 7 spektrum channels at ~11ms. More...
#include "std.h"
Go to the source code of this file.
Data Structures | |
struct | ActuatorsSpektrum |
Functions | |
void | actuators_spektrum_init (void) |
void | actuators_spektrum_set (void) |
Variables | |
struct ActuatorsSpektrum | actuators_spektrum |
Spektrum actuator driver, which can output as 7 spektrum channels at ~11ms.
Channels min, averga and maximum should be: 340, 1024, 1708
Definition in file actuators_spektrum.h.
struct ActuatorsSpektrum |
Definition at line 36 of file actuators_spektrum.h.
Data Fields | ||
---|---|---|
int32_t | cmds[ACTUATORS_SPEKTRUM_MAX_NB] | |
struct link_device * | device | |
struct link_device * | device2 |
#define ACTUATORS_SPEKTRUM_MAX_NB 7 |
Definition at line 33 of file actuators_spektrum.h.
Definition at line 48 of file actuators_spektrum.h.
#define ActuatorsSpektrumCommit | ( | ) | actuators_spektrum_set() |
Definition at line 50 of file actuators_spektrum.h.
#define ActuatorsSpektrumInit | ( | ) | actuators_spektrum_init() |
Definition at line 49 of file actuators_spektrum.h.
Definition at line 51 of file actuators_spektrum.c.
References actuators_spektrum, ActuatorsSpektrum::device, ActuatorsSpektrum::device2, and foo.
Definition at line 63 of file actuators_spektrum.c.
References actuators_spektrum, actuators_spektrum_send(), ActuatorsSpektrum::device, ActuatorsSpektrum::device2, and foo.
|
extern |
Definition at line 45 of file actuators_spektrum.c.
Referenced by actuators_spektrum_init(), actuators_spektrum_send(), and actuators_spektrum_set().