Merge pull request #12692 from petroborys/master

EFM32G11: Add RGB LEDs to PinNames.h
pull/12704/head
Martin Kojtal 2020-03-26 09:08:53 +01:00 committed by GitHub
commit f011ccb2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,13 @@ typedef enum {
LED3 = LED1,
LED4 = LED0,
LED0R = PH10,
LED0G = PH11,
LED0B = PH12,
LED1R = PH13,
LED1G = PH14,
LED1B = PH15,
/* Push Buttons */
SW0 = PC8,
SW1 = PC9,