Add PamhagenSysCtrl

This commit is contained in:
2026-07-07 13:56:57 +02:00
parent db22c87ebe
commit 08d12d5307
16 changed files with 825 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace PamhagenSysCtrl.Helpers {
public enum MotorState { Halt = 0, Forward = 1, Backward = 2, Invalid = -1 }
}