first boilerplate

This commit is contained in:
Tonton Th
2026-05-27 06:45:41 +02:00
parent 57242eaec0
commit e893a6d068
11 changed files with 101 additions and 35 deletions

8
Code/protocol.h Normal file
View File

@@ -0,0 +1,8 @@
/*
* MYRYS ROVER
* Low level communication protocol
*
* new Wed May 27 03:51.45 AM UTC 2026
*/
int send_a_ping(int, char *, int);