farmbot-arduino-firmware/src/GCodeHandler.cpp

22 lines
234 B
C++

/*
* GCodeHandler.cpp
*
* Created on: 15 maj 2014
* Author: MattLech
*/
#include "GCodeHandler.h"
GCodeHandler::GCodeHandler()
{
}
GCodeHandler::~GCodeHandler()
{
}
int GCodeHandler::execute(Command *)
{
return -1;
}