- fixed stirrer
git-svn-id: http://moon:8086/svn/projects/HendiControl@137 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user