diff --git a/extruder/config.h.dist b/extruder/config.h.dist index d1851e1..b6e16eb 100644 --- a/extruder/config.h.dist +++ b/extruder/config.h.dist @@ -1,6 +1,19 @@ #ifndef _CONFIG_H #define _CONFIG_H +/* + CPU clock rate +*/ +#ifndef F_CPU + #define F_CPU 16000000L +#endif + +/* + other fallbacks for the Arduino IDE +*/ +#define EXTRUDER +#define GEN3 + #include "arduino.h" // controller index- bus is multidrop after all