forked from Archive/PX4-Autopilot
FMUv1 board prettifying
This commit is contained in:
parent
8c434bc579
commit
366e9c633d
|
@ -86,6 +86,7 @@ __BEGIN_DECLS
|
||||||
#define GPIO_SPI_CS_SDCARD (GPIO_OUTPUT|GPIO_PUSHPULL|GPIO_SPEED_50MHz|GPIO_OUTPUT_SET|GPIO_PORTA|GPIO_PIN4)
|
#define GPIO_SPI_CS_SDCARD (GPIO_OUTPUT|GPIO_PUSHPULL|GPIO_SPEED_50MHz|GPIO_OUTPUT_SET|GPIO_PORTA|GPIO_PIN4)
|
||||||
|
|
||||||
#define PX4_SPI_BUS_SENSORS 1
|
#define PX4_SPI_BUS_SENSORS 1
|
||||||
|
#define PX4_SPI_BUS_EXT 2
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use these in place of the spi_dev_e enumeration to
|
* Use these in place of the spi_dev_e enumeration to
|
||||||
|
@ -98,7 +99,7 @@ __BEGIN_DECLS
|
||||||
/*
|
/*
|
||||||
* Optional devices on IO's external port
|
* Optional devices on IO's external port
|
||||||
*/
|
*/
|
||||||
#define PX4_SPIDEV_ACCEL_MAG 2
|
#define PX4_SPIDEV_ACCEL_MAG 2
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* I2C busses
|
* I2C busses
|
||||||
|
|
Loading…
Reference in New Issue