From de01f5b7308b83647d823cfb4b2826af849423b7 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sat, 3 Jan 2026 09:20:23 +0000 Subject: Adds scaffold for motor control to frontend --- hsm-web/Client/src/MotorCtl.vue | 86 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 hsm-web/Client/src/MotorCtl.vue (limited to 'hsm-web/Client/src/MotorCtl.vue') diff --git a/hsm-web/Client/src/MotorCtl.vue b/hsm-web/Client/src/MotorCtl.vue new file mode 100644 index 0000000..c66d9b9 --- /dev/null +++ b/hsm-web/Client/src/MotorCtl.vue @@ -0,0 +1,86 @@ + + + + + -- cgit v1.2.1