Files
PX4-Autopilot/platforms/qurt/include/board_config.h
T
2018-01-31 17:17:07 +01:00

15 lines
230 B
C

#pragma once
/*
* I2C busses
*/
#define PX4_I2C_BUS_ESC 1
#define PX4_I2C_BUS_EXPANSION 3
#define PX4_I2C_BUS_LED 3
#define PX4_I2C_OBDEV_LED 0x55
#define BOARD_OVERRIDE_UUID "SYSMEMID"
#include "../common/board_common.h"