We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9d7fc commit 4951bf6Copy full SHA for 4951bf6
1 file changed
variants/STELLA/variant.cpp
@@ -105,10 +105,10 @@ PinDescription g_APinDescription[] = {
105
{ P0_3, NULL, NULL, NULL }, // A7
106
107
// LEDs
108
- { P0_24, NULL, NULL, NULL }, // LED R
109
- { P0_16, NULL, NULL, NULL }, // LED G
110
- { P0_6, NULL, NULL, NULL }, // LED B
111
- { P1_9, NULL, NULL, NULL }, // LED PWR
+ { P1_4, NULL, NULL, NULL }, // LED R
+ { P1_3, NULL, NULL, NULL }, // LED G
+ { P1_2, NULL, NULL, NULL }, // LED B
+ { P1_5, NULL, NULL, NULL }, // LED PWR
112
113
{ P0_19, NULL, NULL, NULL }, // INT APDS
114
0 commit comments