Move parser to separate module and add USART_IsDataAvailable

This commit is contained in:
2024-08-27 15:09:06 +02:00
parent c716137e1a
commit e64880f66c
5 changed files with 65 additions and 51 deletions

6
src/parser.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef MAD_PARSER_H
#define MAD_PARSER_H
void CMD_Parse(char ch);
#endif // MAD_PARSER_H