Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 450 → Rev 451

/QMK-Groundstation/branches/libMK/libMK/Parser.h
8,14 → 8,7
* The Parser gets values from the Mikrokopter-USART interface
* and parses them into a sRxData-Struct
*/
/*
struct sRxData
{
char *input;
int decode[150];
int decLen;
};
*/
 
class Parser {
public:
static void create_frame(char cmd, int address, char * data, unsigned int length);