RepRaptor/repraptor.h
NeoTheFox e7ad6a0013 Added firmware to options (EEPROM editor)
Some preparations to support EEPROM editor
Only enable checksums and EEPROM editor for debug right now
2015-03-07 01:48:17 +03:00

21 lines
250 B
C++

#ifndef REPRAPTOR_H
#define REPRAPTOR_H
namespace RepRaptor
{
typedef struct
{
double e, b;
} TemperatureReadings;
enum Firmware
{
Marlin,
Repetier,
OtherFirmware
};
}
#endif // REPRAPTOR_H