- fixed stirrer

git-svn-id: http://moon:8086/svn/projects/HendiControl@137 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-25 21:05:42 +00:00
parent 52d303838a
commit 7cad666006
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -43,6 +43,7 @@ class Pololu1376(AStirrer):
def onSetSpeed(self, speed):
self.ser_send("F" + str(speed) + "%")
self.log("Stirrer: Set speed to {} %".format(speed))
if __name__ == '__main__':