STM32 Nucleo F207Z ultrasonic radar. TODO: send the data over the net

Dependencies:   HC_SR04_Ultrasonic_Library PinDetect

Revision:
0:23a36e52a5fa
Child:
1:b4179d7a5f2c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client.h	Thu Jun 28 15:33:29 2018 +0000
@@ -0,0 +1,8 @@
+#ifndef _CLIENT_H_
+#define _CLIENT_H_
+
+int init_nw();
+int desinit_nw();
+int send_data();
+
+#endif // _CLIENT_H_
\ No newline at end of file