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 f01d4ce commit 9064f83Copy full SHA for 9064f83
variants/feather_m0_express/variant.h
@@ -53,8 +53,8 @@ extern "C"
53
*----------------------------------------------------------------------------*/
54
55
// Number of pins defined in PinDescription array
56
-#define PINS_COUNT (26u)
57
-#define NUM_DIGITAL_PINS (20u)
+#define PINS_COUNT (42u)
+#define NUM_DIGITAL_PINS (42u)
58
#define NUM_ANALOG_INPUTS (12u)
59
#define NUM_ANALOG_OUTPUTS (1u)
60
#define analogInputToDigitalPin(p) ((p < 6u) ? (p) + 14u : -1)
0 commit comments