commit 964d8acfd1a2381e0947ed8b5c6795ce369755c3 parent 88021bbd95d8836ad7968ddadfb3dbda0557f7ef Author: 諒太 林 <ryouturn@gmail.com> Date: Sat, 31 Aug 2024 03:25:49 +0900 u Diffstat:
| M | test.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test.py b/test.py @@ -23,7 +23,7 @@ GPIO.setup(stepPin, GPIO.OUT) # 4:Step def main(): print("escapeR") GPIO.output(dircPin, 1) - for num in range(0,1000): + for num in range(0,200): GPIO.output(stepPin, 1) time.sleep(0.001) GPIO.output(stepPin, 0)