Commit edb61eca authored by Sandeep Mistry's avatar Sandeep Mistry

Generic has pin count of 32

parent 7bbfca6b
......@@ -36,8 +36,8 @@ extern "C"
#endif // __cplusplus
// Number of pins defined in PinDescription array
#define PINS_COUNT (31u)
#define NUM_DIGITAL_PINS (31u)
#define PINS_COUNT (32u)
#define NUM_DIGITAL_PINS (32u)
#define NUM_ANALOG_INPUTS (6u)
#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