mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-31 12:29:14 +03:00
.
This commit is contained in:
@@ -54,6 +54,10 @@ class SoftUART : public IoTItem {
|
||||
void parse(String& incStr) {
|
||||
SerialPrint("I", "=>UART", incStr);
|
||||
}
|
||||
|
||||
void uartPrint(String msg) {
|
||||
myUART->print(msg);
|
||||
}
|
||||
};
|
||||
|
||||
void* getAPI_SoftUART(String subtype, String param) {
|
||||
|
||||
Reference in New Issue
Block a user