mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Fixed value of NUM_DIGITAL_PINS for Arduino Due
This commit is contained in:
parent
ffddfc81f6
commit
c50821ba10
@ -56,7 +56,7 @@ extern "C"{
|
||||
|
||||
// Number of pins defined in PinDescription array
|
||||
#define PINS_COUNT (79u)
|
||||
#define NUM_DIGITAL_PINS (53u)
|
||||
#define NUM_DIGITAL_PINS (54u)
|
||||
#define NUM_ANALOG_INPUTS (12u)
|
||||
|
||||
// Interrupts
|
||||
|
Loading…
x
Reference in New Issue
Block a user