Skip to content

Commit 888798d

Browse files
committed
Correct nRF52 DK variant SDA and SCL pin order
1 parent b807791 commit 888798d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/nRF52DK/variant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ const uint32_t g_ADigitalPinMap[] = {
4646
30,
4747
31,
4848

49-
// SCL, SDA
50-
27,
49+
// SDA, SCL
5150
26,
51+
27,
5252

5353
// RX, TX
5454
8,

0 commit comments

Comments
 (0)