Move parser to separate module and add USART_IsDataAvailable
This commit is contained in:
6
src/parser.h
Normal file
6
src/parser.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef MAD_PARSER_H
|
||||
#define MAD_PARSER_H
|
||||
|
||||
void CMD_Parse(char ch);
|
||||
|
||||
#endif // MAD_PARSER_H
|
||||
Reference in New Issue
Block a user