Merge pull request #5029 from kegilbert/odin-pinNames-whitespace-adjust

Adjust whitespace in Odin PinNames file to fit verbose LED pin mappings
pull/5008/merge
Jimmy Brisson 2017-09-29 10:07:46 -05:00 committed by GitHub
commit 60ca4e9615
1 changed files with 79 additions and 79 deletions

View File

@ -154,12 +154,12 @@ typedef enum {
LED2 = PB_6, // Green / Switch-1 LED2 = PB_6, // Green / Switch-1
LED3 = PB_8, // Blue LED3 = PB_8, // Blue
LED4 = D10, LED4 = D10,
SW0 = PF_2, // Switch-0
SW1 = PB_6, // Green / Switch-1
LED_RED = LED1, LED_RED = LED1,
LED_GREEN = LED2, LED_GREEN = LED2,
LED_BLUE = LED3, LED_BLUE = LED3,
SW0 = PF_2, // Switch-0
SW1 = PB_6, // Green / Switch-1
// Standardized button names // Standardized button names
BUTTON1 = SW0, BUTTON1 = SW0,