initial commit

This commit is contained in:
Thies Mueller
2026-06-10 14:20:15 +02:00
commit 8228681f57
5 changed files with 176 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
struct SignalDef { const char* name; const int* data; int len; };
SignalDef signals[] = {
};
const int SIGNAL_COUNT = 0;