- fixed stirrerpololu1376.py

This commit is contained in:
jens
2021-08-11 17:59:07 +02:00
parent 6196f944c6
commit 4cb8089c06
+1 -1
View File
@@ -44,7 +44,7 @@ class StirrerPololu1376(AStirrer):
if __name__ == '__main__':
s = StirrerPololu1376({'dt': 1.0, 'port': "/dev/ttyACM0", 'speed': 115200})
s = StirrerPololu1376(dt=1.0, params={'port': "/dev/ttyACM0", 'speed': 115200})
with s.remote_open():