Fixed stirrer beahvior
This commit is contained in:
@@ -85,3 +85,10 @@ if __name__ == '__main__':
|
|||||||
s.process()
|
s.process()
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
|
print("Continious operation")
|
||||||
|
s.set_duty_cycle(1.0)
|
||||||
|
s.set_speed(50)
|
||||||
|
time.sleep(3.0)
|
||||||
|
|
||||||
|
print("Leaving context")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user