Move stepper DAC to a separate file
This commit is contained in:
parent
5d0570cea0
commit
59483221d5
4 changed files with 125 additions and 64 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue