Go to the source code of this file.
#define GPS_UBX_ENABLE_NMEA_DATA_MASK 0xff |
#define MS45XX_AIRSPEED_SCALE 1.6327 |
#define MS45XX_I2C_DEV i2c1 |
#define MS45XX_LOWPASS_TAU 0.15 |
#define MS45XX_OUTPUT_TYPE 1 |
#define MS45XX_PRESSURE_OUTPUT_TYPE_InH2O 1 |
#define MS45XX_PRESSURE_RANGE 4 |
#define MS45XX_PRESSURE_TYPE 1 |
#define SONAR_BEBOP_PEAK_THRESHOLD 50 |
#define SONAR_BEBOP_TRANSITION_COUNT 50 |
#define SONAR_BEBOP_TRANSITION_HIGH_TO_LOW 0.75 |
#define SONAR_BEBOP_TRANSITION_LOW_TO_HIGH 1.5 |
#define SPI0_BITS_PER_WORD 8 |
#define SPI0_MAX_SPEED_HZ 320000 |
#define UART1_DEV /dev/ttyPA1 |
UART connected to GPS internally.
Definition at line 30 of file disco.h.
#define UART2_DEV /dev/ttyUSB0 |
For using serial devices via USB to serial converter electronics E.g.
a XBee modem, a 3DR radio modem, Serial Stereocam etc. etc.
Definition at line 38 of file disco.h.
uart connected to SBUS input
Definition at line 52 of file disco.h.
#define UART4_DEV /dev/ttyUSB1 |
#define UART5_DEV /dev/ttyACM0 |
#define UART6_DEV /dev/ttyACM1 |
#define USE_AIRSPEED_LOWPASS_FILTER 1 |
Video thread dummy for simulation.
- Keeps track of added devices, which can be referenced by simulation code such as in simulator/nps/fdm_gazebo.c.
Definition at line 43 of file board.c.