fix pinsDebug.h error, add capability to display more than 70 pins.

This commit is contained in:
Bob-the-Kuhn
2017-06-10 21:49:13 -05:00
parent 83263076dc
commit 11e28f389e
3 changed files with 414 additions and 53 deletions

View File

@ -41,6 +41,9 @@
#if defined(__GS) && __GS >= 0
REPORT_NAME_DIGITAL(__GS, __LINE__ )
#endif
#if PIN_EXISTS(ADC_KEYPAD)
REPORT_NAME_ANALOG(ADC_KEYPAD_PIN, __LINE__ )
#endif
#if PIN_EXISTS(AVR_MISO)
REPORT_NAME_DIGITAL(AVR_MISO_PIN, __LINE__ )
#endif