Fixed value of NUM_DIGITAL_PINS for Arduino Due

This commit is contained in:
Cristian Maglie 2013-12-31 20:55:43 +01:00
parent ffddfc81f6
commit c50821ba10
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ extern "C"{
// Number of pins defined in PinDescription array // Number of pins defined in PinDescription array
#define PINS_COUNT (79u) #define PINS_COUNT (79u)
#define NUM_DIGITAL_PINS (53u) #define NUM_DIGITAL_PINS (54u)
#define NUM_ANALOG_INPUTS (12u) #define NUM_ANALOG_INPUTS (12u)
// Interrupts // Interrupts