organizing the communication code a bit better
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef __PACKETS__
|
||||
#define __PACKETS__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef uint8_t PacketType;
|
||||
const uint8_t identificationPacket = 0;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user