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 7bbfca6 commit edb61ecCopy full SHA for edb61ec
variants/Generic/variant.h
@@ -36,8 +36,8 @@ extern "C"
36
#endif // __cplusplus
37
38
// Number of pins defined in PinDescription array
39
-#define PINS_COUNT (31u)
40
-#define NUM_DIGITAL_PINS (31u)
+#define PINS_COUNT (32u)
+#define NUM_DIGITAL_PINS (32u)
41
#define NUM_ANALOG_INPUTS (6u)
42
#define NUM_ANALOG_OUTPUTS (0u)
43
0 commit comments