- added dignostic vars
- make print_vars a method
This commit is contained in:
@@ -41,7 +41,8 @@ class StirrerPololu1376(AStirrer):
|
||||
print("Set speed to {} %".format(speed))
|
||||
|
||||
def _on_process(self):
|
||||
print("STATUS = OK!")
|
||||
print("STATUS :")
|
||||
self.drv.print_vars()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user