HackUTOKYOv2Pim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1d0d1571a41cba4fb8358a0fc651eda8cf0a05cb
parent ac294ae7b11cfa9a08c0a1bb03eb959844789f35
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Fri, 30 Aug 2024 18:28:24 +0900

update test

Diffstat:
Mtest.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test.py b/test.py @@ -17,7 +17,8 @@ print("setup was completed") #GPIO.setup(22, GPIO.OUT)#22:MS3 def main(): - GPIO.output(enabPin, 0) + GPIO.output(enabPin, 1) + print("enable seted 0") while(True): escapeR GPIO.cleanup()