commit 38a2b25fcce44e9b772df67aa978037eb930bed2 parent f87c5e5641ff4ddd92db6ce24d84ebaa0510c9a5 Author: 諒太 林 <ryouturn@gmail.com> Date: Fri, 30 Aug 2024 18:46:58 +0900 update test Diffstat:
| M | test.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test.py b/test.py @@ -25,6 +25,7 @@ def main(): time.sleep(0.001) GPIO.output(stepPin, 0) time.sleep(0.001) + GPIO.output(enabPin, 1) GPIO.cleanup() #逆かもしれない