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 50b43ec commit 8eb3e2bCopy full SHA for 8eb3e2b
variants/circuitplayground_nrf52840/variant.h
@@ -70,12 +70,12 @@ extern "C"
70
* Analog pins
71
*/
72
#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)
+#define PIN_A1 (6)
+#define PIN_A2 (9)
+#define PIN_A3 (10)
+#define PIN_A4 (3)
+#define PIN_A5 (2)
+#define PIN_A6 (0)
79
#define PIN_A7 (21) // not really analog!
80
#define PIN_A8 (22)
81
#define PIN_A9 (23)
0 commit comments