Files
IoTManager/include/SoftUART.h

9 lines
159 B
C
Raw Normal View History

2020-12-06 00:34:30 +03:00
#pragma once
#include "SoftwareSerial.h"
2020-12-10 05:13:09 +03:00
extern SoftwareSerial* myUART;
2020-12-06 00:34:30 +03:00
extern void uartInit();
extern void uartHandle();
extern void parse(String& incStr);