Duet Smart Effector support (#16641)

This commit is contained in:
Bob Kuhn
2020-01-25 02:00:51 -06:00
committed by Scott Lahteine
parent 86c18ea6e0
commit 0d166f9c7d
6 changed files with 144 additions and 22 deletions

View File

@ -1488,3 +1488,6 @@
#if PIN_EXISTS(TOUCH_INT)
REPORT_NAME_DIGITAL(__LINE__, TOUCH_INT_PIN)
#endif
#if PIN_EXISTS(SMART_EFFECTOR_MOD)
REPORT_NAME_DIGITAL(__LINE__, SMART_EFFECTOR_MOD_PIN)
#endif