From 159146430017a0ee76939cb2cf98fc50d84d53bc Mon Sep 17 00:00:00 2001 From: tymek Date: Mon, 28 Jul 2025 18:18:10 +0200 Subject: [PATCH] test --- sample.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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