- fixed stirrer test
This commit is contained in:
@@ -46,7 +46,7 @@ class StirrerPololu1376(AStirrer):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
s = StirrerPololu1376(dt=1.0, port="/dev/ttyACM0", baudrate=115200)
|
||||
s = StirrerPololu1376({'dt': 1.0, 'port': "/dev/ttyACM0", 'speed': 115200})
|
||||
s.activate(True)
|
||||
|
||||
print("Set some speeds")
|
||||
|
||||
Reference in New Issue
Block a user