Skip to content

Commit 8eb3e2b

Browse files
committed
match analog pin numbers to 'first set' in variant (no functional change as the pins appear twice)
1 parent 50b43ec commit 8eb3e2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

variants/circuitplayground_nrf52840/variant.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ extern "C"
7070
* Analog pins
7171
*/
7272
#define PIN_A0 (14) // not really analog!
73-
#define PIN_A1 (15)
74-
#define PIN_A2 (16)
75-
#define PIN_A3 (17)
76-
#define PIN_A4 (18)
77-
#define PIN_A5 (19)
78-
#define PIN_A6 (20)
73+
#define PIN_A1 (6)
74+
#define PIN_A2 (9)
75+
#define PIN_A3 (10)
76+
#define PIN_A4 (3)
77+
#define PIN_A5 (2)
78+
#define PIN_A6 (0)
7979
#define PIN_A7 (21) // not really analog!
8080
#define PIN_A8 (22)
8181
#define PIN_A9 (23)

0 commit comments

Comments
 (0)