|
|
@ -25,8 +25,8 @@
|
|
|
|
http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
|
|
|
|
http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <math.h>
|
|
|
|
#include <EEPROM.h>
|
|
|
|
#include <EEPROM.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include "EEPROMwrite.h"
|
|
|
|
#include "EEPROMwrite.h"
|
|
|
|
#include "fastio.h"
|
|
|
|
#include "fastio.h"
|
|
|
|
#include "Configuration.h"
|
|
|
|
#include "Configuration.h"
|
|
|
@ -39,6 +39,7 @@
|
|
|
|
#include "motion_control.h"
|
|
|
|
#include "motion_control.h"
|
|
|
|
#include "cardreader.h"
|
|
|
|
#include "cardreader.h"
|
|
|
|
#include "watchdog.h"
|
|
|
|
#include "watchdog.h"
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define VERSION_STRING "1.0.0 Beta 1"
|
|
|
|
#define VERSION_STRING "1.0.0 Beta 1"
|
|
|
|