Commit 56f47f88 authored by plaasio's avatar plaasio 👷🏽

Update btns.py

parent 659bc8c9
......@@ -11,6 +11,7 @@ def main():
while True: # Run forever
if GPIO.input(13) == GPIO.HIGH:
print("no")
return "no"
break
if GPIO.input(15) == GPIO.HIGH:
print("down")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment