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

Dependencies:   HC_SR04_Ultrasonic_Library PinDetect

Revision:
1:b4179d7a5f2c
Parent:
0:23a36e52a5fa
--- a/client.h	Thu Jun 28 15:33:29 2018 +0000
+++ b/client.h	Fri Jun 29 08:52:41 2018 +0000
@@ -4,5 +4,6 @@
 int init_nw();
 int desinit_nw();
 int send_data();
+int send_data2(const int distance);
 
 #endif // _CLIENT_H_
\ No newline at end of file