Paparazzi UAS
v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Go to the source code of this file.
Macros | |
#define | BOARD_SWING |
#define | UART1_DEV /dev/ttyPA1 |
uart connected to GPS internally More... | |
#define | GPS_UBX_ENABLE_NMEA_DATA_MASK 0xff |
#define | UART2_DEV /dev/ttyUSB0 |
FTDI cable for stereoboard or external GPS. More... | |
#define | DEFAULT_ACTUATORS "boards/swing/actuators.h" |
#define | ActuatorDefaultSet(_x, _y) ActuatorsSwingSet(_x,_y) |
#define | ActuatorsDefaultInit() ActuatorsSwingInit() |
#define | ActuatorsDefaultCommit() ActuatorsSwingCommit() |
#define | USE_BARO_BOARD 1 |
#define | SPI0_MODE 0 |
#define | SPI0_BITS_PER_WORD 8 |
#define | SPI0_MAX_SPEED_HZ 320000 |
#define ActuatorDefaultSet | ( | _x, | |
_y | |||
) | ActuatorsSwingSet(_x,_y) |
#define ActuatorsDefaultCommit | ( | ) | ActuatorsSwingCommit() |
#define ActuatorsDefaultInit | ( | ) | ActuatorsSwingInit() |
#define DEFAULT_ACTUATORS "boards/swing/actuators.h" |
#define UART1_DEV /dev/ttyPA1 |
#define UART2_DEV /dev/ttyUSB0 |