refactor: small bugfix and TODO comments

This commit is contained in:
e21206 2023-08-15 17:03:14 +02:00
parent 9cb8890039
commit 7782d5faab

View File

@ -292,6 +292,7 @@ class GalilController(Controller):
last_readout = 0
curren_encoder = self.socket_put_and_receive(f"MGposct")
# TODO add here loop for continous readout -> checks thread?
# TODO does not run from ipython
def read_encoder_position(fromval: int, toval: int) -> tuple: