nova verzija tcp+udp->serial com

Revision:
9:893843262a1f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SerialCom.h	Wed Apr 22 13:21:50 2020 +0000
@@ -0,0 +1,13 @@
+#ifndef SERIALCOM_H
+#define SERIALCOM_H
+
+
+void sendToScom(  char *buffer, int val );
+
+
+void scomRxThreadCancel( void );
+void scomRxThreadRiseUp( void );
+
+void scomRxThreadRestart( void );
+
+#endif