nova proba

Revision:
9:893843262a1f
Child:
11:2cc7e6f06cff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Udp.h	Wed Apr 22 13:21:50 2020 +0000
@@ -0,0 +1,13 @@
+#ifndef UDP_H
+#define UDP_H
+
+void sendToUdp( char *buffer, int val );
+
+void udpRxThreadCancel( void );
+void udpRxThreadRiseUp( void );
+void udpRxThreadRestart( void );
+
+
+
+
+#endif