We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751cec6 commit 56b5392Copy full SHA for 56b5392
variants/grand_central_m4/variant.h
@@ -59,7 +59,7 @@ extern "C"
59
// Number of pins defined in PinDescription array
60
#define PINS_COUNT (94u)
61
#define NUM_DIGITAL_PINS (53u)
62
-#define NUM_ANALOG_INPUTS (16u)
+#define NUM_ANALOG_INPUTS (19u)
63
#define NUM_ANALOG_OUTPUTS (2u)
64
#define analogInputToDigitalPin(p) ((p < 8) ? 67 + (p) : (p < 16) ? 54 + (p) - 8 : (p < 18) ? 12 + (p) - 16 : (p == 18) ? 9 : -1)
65
0 commit comments