Improved STMicro L64XX stepper driver support (#16452)

This commit is contained in:
Bob Kuhn
2020-01-13 18:47:30 -06:00
committed by Scott Lahteine
parent 53f1e5ff5b
commit 1ad53cee1f
315 changed files with 8582 additions and 5343 deletions

View File

@@ -43,8 +43,8 @@ void reset_stepper_drivers() {
tmc26x_init_to_defaults();
#endif
#if HAS_DRIVER(L6470)
L6470.init_to_defaults();
#if HAS_L64XX
L64xxManager.init_to_defaults();
#endif
#if HAS_TRINAMIC