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