Skip to content

Commit 9064f83

Browse files
committed
we have lots o pins >.<
1 parent f01d4ce commit 9064f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/feather_m0_express/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ extern "C"
5353
*----------------------------------------------------------------------------*/
5454

5555
// Number of pins defined in PinDescription array
56-
#define PINS_COUNT (26u)
57-
#define NUM_DIGITAL_PINS (20u)
56+
#define PINS_COUNT (42u)
57+
#define NUM_DIGITAL_PINS (42u)
5858
#define NUM_ANALOG_INPUTS (12u)
5959
#define NUM_ANALOG_OUTPUTS (1u)
6060
#define analogInputToDigitalPin(p) ((p < 6u) ? (p) + 14u : -1)

0 commit comments

Comments
 (0)