nxphlite-v3:Added Logical BOARD specific LED mapping

Define the logical LED that are uses on nxphlite-v3
This commit is contained in:
David Sidrane
2018-09-26 09:05:45 -07:00
committed by Daniel Agar
parent a12f26aee0
commit 1da0021be9

View File

@@ -73,6 +73,8 @@ __BEGIN_DECLS
#define GPIO_LED_2 (GPIO_HIGHDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTD | PIN14)
#define BOARD_HAS_CONTROL_STATUS_LEDS 1 // Use D9 and D10
#define BOARD_OVERLOAD_LED LED_AMBER
#define BOARD_ARMED_STATE_LED LED_GREEN
#define GPIO_NFC_IO (GPIO_HIGHDRIVE | GPIO_OUTPUT_ONE | PIN_PORTA | PIN26)
#define GPIO_SENSOR_P_EN (GPIO_HIGHDRIVE | GPIO_OUTPUT_ONE | PIN_PORTB | PIN8)