first milestone reached
This commit is contained in:
10
Code/common/protocol.h
Normal file
10
Code/common/protocol.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* MYRYS ROVER
|
||||
* Low level communication protocol
|
||||
*
|
||||
* new Wed May 27 03:51.45 AM UTC 2026
|
||||
*/
|
||||
|
||||
int show_the_version(int code, char *why);
|
||||
|
||||
int send_a_ping(int, char *, int);
|
||||
Reference in New Issue
Block a user