diff --git a/Control/brewpi/pololu1376.py b/Control/brewpi/pololu1376.py index 774c174..4446335 100644 --- a/Control/brewpi/pololu1376.py +++ b/Control/brewpi/pololu1376.py @@ -56,7 +56,7 @@ class Pololu1376(AStirrer): if __name__ == '__main__': - s = Pololu1376(1.0, "/dev/ttyACM0", "115200") + s = Pololu1376({'dt': 1.0, "port":"/dev/ttyACM0", "speed":"115200"}) s.activate() print ("Set some speeds")