1
0
mirror of https://github.com/seahu/rflink.git synced 2025-12-10 07:57:23 +01:00

first commit

This commit is contained in:
Ondrej Lycka
2017-04-29 03:27:02 +02:00
commit 406093e31d
85 changed files with 25806 additions and 0 deletions

7
RPi_rflink/server.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _server_h
#define _server_h
// start TCP server
int TCPserver(int port);
#endif