feat: motor_control.py MotorCoordinateTable added basic version to store coordinates and show them in motor_map.py

This commit is contained in:
wyzula-jan
2024-02-12 13:53:52 +01:00
parent 8afc5f0c0c
commit 031cb094e7
7 changed files with 355 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
from .motor_movement import (
MotorControlMap,
MotorControlPanel,
MotorControlPanelRelative,
MotorControlPanelAbsolute,
)
@@ -0,0 +1,6 @@
from .motor_control_compilations import (
MotorControlMap,
MotorControlPanel,
MotorControlPanelRelative,
MotorControlPanelAbsolute,
)