commit 4c468004d28a9cb9836e29253ff6c9256d574888 parent 3f8f1477f1d879ef9005f03a2e3417f6abe8fa8d Author: 諒太 林 <ryouturn@gmail.com> Date: Fri, 30 Aug 2024 18:33:51 +0900 ene 0 Diffstat:
| M | test.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test.py b/test.py @@ -17,7 +17,7 @@ print("setup was completed") #GPIO.setup(22, GPIO.OUT)#22:MS3 def main(): - GPIO.output(enabPin, 1) + GPIO.output(enabPin, 0) print("enable setted 1") for i in range(0,200): print(i)