Minor changes to motor service
This commit is contained in:
@@ -38,3 +38,5 @@ class Motor:
|
||||
print("Value must be an int.")
|
||||
return False
|
||||
|
||||
def stop(self):
|
||||
self.set_throttle(0)
|
||||
Reference in New Issue
Block a user