mirror of https://github.com/ARMmbed/mbed-os.git
Add LED color remapping definitions to Odin target
parent
341eee0d59
commit
7d8392ae85
|
@ -157,6 +157,10 @@ typedef enum {
|
||||||
SW0 = PF_2, // Switch-0
|
SW0 = PF_2, // Switch-0
|
||||||
SW1 = PB_6, // Green / Switch-1
|
SW1 = PB_6, // Green / Switch-1
|
||||||
|
|
||||||
|
LED_RED = LED1,
|
||||||
|
LED_GREEN = LED2,
|
||||||
|
LED_BLUE = LED3,
|
||||||
|
|
||||||
// Standardized button names
|
// Standardized button names
|
||||||
BUTTON1 = SW0,
|
BUTTON1 = SW0,
|
||||||
BUTTON2 = SW1,
|
BUTTON2 = SW1,
|
||||||
|
|
Loading…
Reference in New Issue