commit c46e9e58d6bcab9bc32c7b4c3256e916b1310828 parent e8923109cdd70567ba24b621ef6c7b1de803196b Author: 諒太 林 <ryouturn@gmail.com> Date: Sat, 31 Aug 2024 03:24:12 +0900 update 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,250): + for num in range(0,100): GPIO.output(stepPin, 1) time.sleep(0.001) GPIO.output(stepPin, 0)