Vincent Hervieux / Mbed OS Nucleo_radar

Dependencies:   HC_SR04_Ultrasonic_Library PinDetect

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers client.h Source File

client.h

00001 #ifndef _CLIENT_H_
00002 #define _CLIENT_H_
00003 
00004 int init_nw();
00005 int desinit_nw();
00006 int send_data();
00007 int send_data2(const int distance);
00008 
00009 #endif // _CLIENT_H_