We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae6608 commit 49028baCopy full SHA for 49028ba
variants/feather_nrf52840_sense/variant.cpp
@@ -29,7 +29,7 @@ const uint32_t g_ADigitalPinMap[] =
29
25, // D0 is P0.25 (UART TX)
30
24, // D1 is P0.24 (UART RX
31
10, // D2 is P0.10 (NFC2)
32
- 43, // D3 is P1.11 (LED1)
+ 43, // D3 is P1.11
33
42, // D4 is P1.10 (LED2)
34
40, // D5 is P1.08
35
7, // D6 is P0.07
@@ -39,7 +39,7 @@ const uint32_t g_ADigitalPinMap[] =
39
27, // D10 is P0.27
40
6, // D11 is P0.06
41
8, // D12 is P0.08
42
- 41, // D13 is P1.09
+ 41, // D13 is P1.09 (LED1)
43
44
// D14 .. D21 (aka A0 .. A7)
45
4, // D14 is P0.04 (A0)
0 commit comments