0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

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-06 13:20:05 +01:00
parent 8afc5f0c0c
commit 031cb094e7
7 changed files with 355 additions and 1 deletions

View File

@ -0,0 +1,6 @@
from .motor_movement import (
MotorControlMap,
MotorControlPanel,
MotorControlPanelRelative,
MotorControlPanelAbsolute,
)

View File

@ -0,0 +1,6 @@
from .motor_control_compilations import (
MotorControlMap,
MotorControlPanel,
MotorControlPanelRelative,
MotorControlPanelAbsolute,
)