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

Dependencies:   HC_SR04_Ultrasonic_Library PinDetect

Committer:
vhx
Date:
Thu Jun 28 15:33:29 2018 +0000
Revision:
0:23a36e52a5fa
Child:
1:b4179d7a5f2c
Nucleo ultrasonic radar.; TODO: Sending data over the net.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vhx 0:23a36e52a5fa 1 #ifndef _CLIENT_H_
vhx 0:23a36e52a5fa 2 #define _CLIENT_H_
vhx 0:23a36e52a5fa 3
vhx 0:23a36e52a5fa 4 int init_nw();
vhx 0:23a36e52a5fa 5 int desinit_nw();
vhx 0:23a36e52a5fa 6 int send_data();
vhx 0:23a36e52a5fa 7
vhx 0:23a36e52a5fa 8 #endif // _CLIENT_H_