Commit 80f17d9e authored by Sandeep Mistry's avatar Sandeep Mistry

Correct NUM_DIGITAL_PINS

parent b6e8a07d
...@@ -33,7 +33,7 @@ extern "C" ...@@ -33,7 +33,7 @@ extern "C"
// Number of pins defined in PinDescription array // Number of pins defined in PinDescription array
#define PINS_COUNT (26u) #define PINS_COUNT (26u)
#define NUM_DIGITAL_PINS (20u) #define NUM_DIGITAL_PINS (22u)
#define NUM_ANALOG_INPUTS (6u) #define NUM_ANALOG_INPUTS (6u)
#define NUM_ANALOG_OUTPUTS (0u) #define NUM_ANALOG_OUTPUTS (0u)
......
...@@ -33,7 +33,7 @@ extern "C" ...@@ -33,7 +33,7 @@ extern "C"
// Number of pins defined in PinDescription array // Number of pins defined in PinDescription array
#define PINS_COUNT (25u) #define PINS_COUNT (25u)
#define NUM_DIGITAL_PINS (14u) #define NUM_DIGITAL_PINS (20u)
#define NUM_ANALOG_INPUTS (6u) #define NUM_ANALOG_INPUTS (6u)
#define NUM_ANALOG_OUTPUTS (0u) #define NUM_ANALOG_OUTPUTS (0u)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment