From 78bbb9942e76ff70a1565fb3cac486dc11bb0915 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 19 Apr 2020 17:37:03 +0000 Subject: [PATCH] - check remote state git-svn-id: http://moon:8086/svn/projects/HendiControl@365 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 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")