Add PamhagenSysCtrl

This commit is contained in:
2026-07-07 13:53:16 +02:00
parent db22c87ebe
commit 9b64609817
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 }
}