From 52d303838acb9a461b2c6d4501dffaa00ed93312 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 25 Mar 2019 20:59:18 +0000 Subject: [PATCH] - fixed dt git-svn-id: http://moon:8086/svn/projects/HendiControl@136 fda53097-d464-4ada-af97-ba876c37ca34 --- Control/brewpi/pololu1376.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/brewpi/pololu1376.py b/Control/brewpi/pololu1376.py index 2e3338f..ba9ac07 100644 --- a/Control/brewpi/pololu1376.py +++ b/Control/brewpi/pololu1376.py @@ -46,7 +46,7 @@ class Pololu1376(AStirrer): if __name__ == '__main__': - s = Pololu1376(None, "/dev/ttyACM0", "115200") + s = Pololu1376(1.0, "/dev/ttyACM0", "115200") s.activate() print ("Set some speeds")