MA6: set om.encoder_mode to 'NO'

This commit is contained in:
zolliker 2023-07-06 14:48:09 +02:00 committed by Markus Zolliker
parent 98a73d7882
commit 34f46ab0b0

View File

@ -74,6 +74,7 @@ Mod('om',
'frappy_psi.phytron.Motor', 'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega', 'stick rotation, typically used for omega',
io='om_io', io='om_io',
encoder_mode='NO',
target_min=-180, target_min=-180,
target_max=360, target_max=360,
) )