commit e6de4403269c4abad7fa22c8617e5fbe8b80686a parent fe3a732fc1e344baa55605890c2ce91f1421b68a Author: 諒太 林 <ryouturn@gmail.com> Date: Fri, 30 Aug 2024 18:31:45 +0900 update test ena 1 Diffstat:
| M | test.py | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test.py b/test.py @@ -17,8 +17,8 @@ print("setup was completed") #GPIO.setup(22, GPIO.OUT)#22:MS3 def main(): - GPIO.output(enabPin, 0) - print("enable setted 0") + GPIO.output(enabPin, 1) + print("enable setted 1") escapeR GPIO.cleanup()