HackUTOKYOv2Pim

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

commit c76c3c3b81209b53b833410ad29e4c9de7612cda
parent b597de61be3e3b954c41e51d06223fcbf0fd2385
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Sat, 31 Aug 2024 08:36:55 +0900

add disenable

Diffstat:
Mtest0.py | 1+
Mtest1.py | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test0.py b/test0.py @@ -38,5 +38,6 @@ except KeyboardInterrupt: print('interrupted!') GPIO.cleanup() +GPIO.output(enabPin,1) GPIO.cleanup() cv2.destroyAllWindows() \ No newline at end of file diff --git a/test1.py b/test1.py @@ -38,5 +38,6 @@ except KeyboardInterrupt: print('interrupted!') GPIO.cleanup() +GPIO.output(enabPin,1) GPIO.cleanup() cv2.destroyAllWindows() \ No newline at end of file