11 lines
360 B
C
11 lines
360 B
C
// CLEAR_UNMOVE is a feature that clears the unmake stack when it is not used.
|
|
// This is useful for making it more human readable
|
|
//#define _ACF_CLEAR_UNMOVE
|
|
|
|
// PANIC_BLINK makes the Arduino blink an error code when it panics.
|
|
// Costs a lot of flash though (around 700 bytes)
|
|
//#define _ACF_PANIC_BLINK
|
|
|
|
#define _ACF_DEBUG_PRINT
|
|
|
|
#define _ACF_ACTIVITY_BLINK |