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

Dependencies:   HC_SR04_Ultrasonic_Library PinDetect

Committer:
vhx
Date:
Fri Jun 29 08:52:41 2018 +0000
Revision:
1:b4179d7a5f2c
Parent:
0:23a36e52a5fa
Envoi d'une donn?e

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 1:b4179d7a5f2c 7 int send_data2(const int distance);
vhx 0:23a36e52a5fa 8
vhx 0:23a36e52a5fa 9 #endif // _CLIENT_H_