This commit is contained in:
Dmitry Borisenko
2020-12-10 05:13:09 +03:00
parent 81866043bc
commit d17112b3ff
19 changed files with 93 additions and 27 deletions

View File

@@ -2,6 +2,8 @@
#include "SoftwareSerial.h"
extern SoftwareSerial* myUART;
extern void uartInit();
extern void uartHandle();
extern void parse(String& incStr);