Skip to content
Snippets Groups Projects
Commit a12f26ae authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

mindpx-v2:Added Logical BOARD specific LED mapping

    Define the logical LED that are uses on mindpx-v2
parent 3c653925
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@
/* PX4FMU GPIOs ***********************************************************************************/
/* LEDs */
#define GPIO_LED1 (GPIO_OUTPUT|GPIO_OPENDRAIN|GPIO_SPEED_50MHz|GPIO_OUTPUT_CLEAR|GPIO_PORTA|GPIO_PIN8)
#define BOARD_OVERLOAD_LED LED_RED
/* External interrupts */
#define GPIO_EXTI_GYRO_DRDY (GPIO_INPUT|GPIO_FLOAT|GPIO_EXTI|GPIO_PORTE|GPIO_PIN4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment