organizing the communication code a bit better

This commit is contained in:
2025-10-30 00:32:28 +00:00
parent 6efdc2771d
commit 89da044474
5 changed files with 74 additions and 34 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __PACKETS__
#define __PACKETS__
#include <stdint.h>
typedef uint8_t PacketType;
const uint8_t identificationPacket = 0;
#endif