Commit 31af0a4e authored by santiago duque's avatar santiago duque

changed GPIOs for easier use

parent c12f60e6
...@@ -118,9 +118,9 @@ btn4 = False ...@@ -118,9 +118,9 @@ btn4 = False
try: try:
btn1 = Button(21) btn1 = Button(21)
btn2 = Button(13) btn2 = Button(20)
btn3 = Button(5) btn3 = Button(16)
btn4 = Button(27) btn4 = Button(26)
except Exception as X: except Exception as X:
print(X) print(X)
......
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