config.default.h: Add DEBUG_LED_PIN to the pinout section.
This commit is contained in:
parent
b12157cb6f
commit
f356f64bdb
|
|
@ -292,7 +292,17 @@
|
||||||
//#define STEPPER_ENABLE_PIN xxxx
|
//#define STEPPER_ENABLE_PIN xxxx
|
||||||
//#define STEPPER_INVERT_ENABLE
|
//#define STEPPER_INVERT_ENABLE
|
||||||
|
|
||||||
//#define DEBUG_LED_PIN DIO0
|
/** \def DEBUG_LED_PIN
|
||||||
|
|
||||||
|
Enable flashing of a LED during motor stepping.
|
||||||
|
|
||||||
|
Disabled by default. Uncommenting this makes the binary a few bytes larger
|
||||||
|
and adds a few cycles to the step timing interrrupt in timer.c. Also used
|
||||||
|
for precision profiling (profiling works even without actually having such
|
||||||
|
a LED in hardware), see
|
||||||
|
http://reprap.org/wiki/Teacup_Firmware#Doing_precision_profiling
|
||||||
|
*/
|
||||||
|
// #define DEBUG_LED_PIN DIO13
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue