mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12692 from petroborys/master
EFM32G11: Add RGB LEDs to PinNames.hpull/12704/head
commit
f011ccb2cb
|
@ -41,6 +41,13 @@ typedef enum {
|
||||||
LED3 = LED1,
|
LED3 = LED1,
|
||||||
LED4 = LED0,
|
LED4 = LED0,
|
||||||
|
|
||||||
|
LED0R = PH10,
|
||||||
|
LED0G = PH11,
|
||||||
|
LED0B = PH12,
|
||||||
|
LED1R = PH13,
|
||||||
|
LED1G = PH14,
|
||||||
|
LED1B = PH15,
|
||||||
|
|
||||||
/* Push Buttons */
|
/* Push Buttons */
|
||||||
SW0 = PC8,
|
SW0 = PC8,
|
||||||
SW1 = PC9,
|
SW1 = PC9,
|
||||||
|
|
Loading…
Reference in New Issue