Skip to content

Commit 6b48085

Browse files
authored
Merge pull request #530 from huddy987/master
Add missing LED pin defines for PCA10056
2 parents 03a5017 + ceca3f2 commit 6b48085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/pca10056/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ extern "C"
4545
// LEDs
4646
#define PIN_LED1 (13)
4747
#define PIN_LED2 (14)
48+
#define PIN_LED3 (15)
49+
#define PIN_LED4 (16)
4850

4951
#define LED_BUILTIN PIN_LED1
5052
#define LED_CONN PIN_LED2

0 commit comments

Comments
 (0)