Skip to content

Commit 3f6a48f

Browse files
committed
Added RGB LEDs to PinNames.h
1 parent 8bee5f3 commit 3f6a48f

File tree

1 file changed

+7
-0
lines changed
  • targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG11/TARGET_EFM32GG11_STK3701

1 file changed

+7
-0
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG11/TARGET_EFM32GG11_STK3701/PinNames.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ typedef enum {
4141
LED3 = LED1,
4242
LED4 = LED0,
4343

44+
LED0R = PH10,
45+
LED0G = PH11,
46+
LED0B = PH12,
47+
LED1R = PH13,
48+
LED1G = PH14,
49+
LED1B = PH15,
50+
4451
/* Push Buttons */
4552
SW0 = PC8,
4653
SW1 = PC9,

0 commit comments

Comments
 (0)