Files
MyrysRover/Code/common/protocol.h
2026-05-27 16:25:47 +02:00

11 lines
193 B
C

/*
* 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);