30#define UART1_DEV /dev/ttyPA1
32#define GPS_UBX_ENABLE_NMEA_DATA_MASK 0xff
38#define UART2_DEV /dev/ttyUSB0
41#define UART4_DEV /dev/ttyUSB1
44#define UART5_DEV /dev/ttyACM0
47#define UART6_DEV /dev/ttyACM1
52#define UART3_DEV /dev/uart-sbus
56#define DEFAULT_ACTUATORS "boards/disco/actuators.h"
57#define ActuatorDefaultSet(_x,_y) ActuatorsDiscoSet(_x,_y)
58#define ActuatorsDefaultInit() ActuatorsDiscoInit()
59#define ActuatorsDefaultCommit() ActuatorsDiscoCommit()
76#define USE_BARO_BOARD 0
82#define ADC0_CHANNELS 2
83#define ADC0_CHANNELS_CNT 1
84#define ADC0_BUF_LENGTH 8192
90#define SPI0_BITS_PER_WORD 8
91#define SPI0_MAX_SPEED_HZ 320000
95#define MS45XX_I2C_DEV i2c1
96#define MS45XX_PRESSURE_RANGE 4
97#define MS45XX_PRESSURE_TYPE 1
98#define MS45XX_OUTPUT_TYPE 1
99#define MS45XX_PRESSURE_OUTPUT_TYPE_InH2O 1
100#ifndef USE_AIRSPEED_LOWPASS_FILTER
101#define USE_AIRSPEED_LOWPASS_FILTER 1
104#ifndef MS45XX_LOWPASS_TAU
105#define MS45XX_LOWPASS_TAU 0.15
112#define USE_AIRSPEED 1
116#define SONAR_BEBOP_TRANSITION_HIGH_TO_LOW 0.75
117#define SONAR_BEBOP_TRANSITION_LOW_TO_HIGH 1.5
118#define SONAR_BEBOP_TRANSITION_COUNT 50
119#define SONAR_BEBOP_PEAK_THRESHOLD 50
struct video_config_t front_camera
Video thread dummy for simulation.
struct video_config_t bottom_camera
Initialization and configuration of the MT9F002 CMOS Chip.
Initialization and configuration of the MT9V117 CMOS Chip.