mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixed value of NUM_DIGITAL_PINS for Arduino Due
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user