- fixed stirrerpololu1376.py
This commit is contained in:
@@ -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():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user