Add LED color remapping definitions to Odin target

pull/4995/head
Kevin Gilbert 2017-08-30 14:26:59 -05:00
parent 4978a08ae2
commit 41000e091c
1 changed files with 4 additions and 0 deletions

View File

@ -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,