mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
Fixed Ultrasonic, Start uart
This commit is contained in:
7
include/SoftUART.h
Normal file
7
include/SoftUART.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "SoftwareSerial.h"
|
||||
|
||||
extern void uartInit();
|
||||
extern void uartHandle();
|
||||
extern void parse(String& incStr);
|
||||
Reference in New Issue
Block a user