diff --git a/sample.py b/sample.py index db1d80b..c04e7e1 100644 --- a/sample.py +++ b/sample.py @@ -4,10 +4,12 @@ import time motorA = Motor('A') motorB = Motor('B') -motorA.start(5) +motorA.start(10) motorB.start(100) time.sleep(4) motorA.stop() motorB.stop() + +# silniki -100