Files

19 lines
295 B
C
Raw Permalink Normal View History

/*
* CommandLine.h
2013-12-22 16:48:15 +01:00
*
* Created on: 04.05.2013
* Author: skuser
2013-12-22 16:48:15 +01:00
*/
#ifndef COMMANDLINE_H_
#define COMMANDLINE_H_
#include "Terminal.h"
void CommandLineInit(void);
bool CommandLineProcessByte(uint8_t Byte);
void CommandLineTick(void);
#endif /* COMMANDLINE_H_ */