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

Dependencies:   HC_SR04_Ultrasonic_Library PinDetect

client.h

Committer:
vhx
Date:
2018-06-29
Revision:
1:b4179d7a5f2c
Parent:
0:23a36e52a5fa

File content as of revision 1:b4179d7a5f2c:

#ifndef _CLIENT_H_
#define _CLIENT_H_

int init_nw();
int desinit_nw();
int send_data();
int send_data2(const int distance);

#endif // _CLIENT_H_