Prepare files for public release

This commit is contained in:
2026-01-24 10:26:37 -05:00
parent 2f358c30e6
commit d89c636e2f
28 changed files with 2013 additions and 0 deletions

7
include/constants.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef CONSTANTS_H
#define CONSTANTS_H
constexpr auto PC_MODULE_ID = 1;
constexpr auto MAX_BUFFER_SIZE = 1024;
#endif // CONSTANTS_H