Merge pull request #4995 from kegilbert/odin-led-remap

Add LED color remapping definitions to Odin target
pull/4968/head
Jimmy Brisson 2017-09-05 11:17:42 -05:00 committed by GitHub
commit 34d41c5068
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,