Add LED color remapping definitions to Odin target

pull/5083/head
Kevin Gilbert 2017-08-30 14:26:59 -05:00 committed by adbridge
parent 341eee0d59
commit 7d8392ae85
1 changed files with 4 additions and 0 deletions

View File

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