Move stepper DAC to a separate file

This commit is contained in:
Scott Lahteine
2016-03-19 19:03:17 -07:00
parent 5d0570cea0
commit 59483221d5
4 changed files with 125 additions and 64 deletions

View File

@ -68,6 +68,10 @@
#include <SPI.h>
#endif
#if ENABLED(DAC_STEPPER_CURRENT)
#include "stepper_dac.h"
#endif
/**
* Look here for descriptions of G-codes:
* - http://linuxcnc.org/handbook/gcode/g-code.html