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

@@ -827,6 +827,10 @@ void setup() {
L64xxManager.init(); // Set up SPI, init drivers
#endif
#if ENABLED(SMART_EFFECTOR) && PIN_EXISTS(SMART_EFFECTOR_MOD)
OUT_WRITE(SMART_EFFECTOR_MOD_PIN, LOW); // Put Smart Effector into NORMAL mode
#endif
#if ENABLED(MAX7219_DEBUG)
max7219.init();
#endif