Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
actuators_t4_arch.h File Reference

Actuator interface for T4 driver. More...

#include "std.h"
+ Include dependency graph for actuators_t4_arch.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.
 

Detailed Description

Actuator interface for T4 driver.

Definition in file actuators_t4_arch.h.

Macro Definition Documentation

◆ ACTUATORS_T4_NB

#define ACTUATORS_T4_NB   17

Definition at line 32 of file actuators_t4_arch.h.

◆ ActuatorsT4Commit

#define ActuatorsT4Commit   actuators_t4_commit

Definition at line 40 of file actuators_t4_arch.h.

◆ ActuatorT4Set

#define ActuatorT4Set (   _i,
  _v 
)    { actuators_t4_values[_i] = _v; }

Definition at line 39 of file actuators_t4_arch.h.

Function Documentation

◆ actuators_t4_commit()

void actuators_t4_commit ( void  )
extern

Definition at line 64 of file actuators_t4_arch.c.

Variable Documentation

◆ actuators_t4_values

int32_t actuators_t4_values[ACTUATORS_T4_NB]
extern

Print the configuration variables from the header.

Definition at line 49 of file actuators_t4_arch.c.