From 9e1d93e29d416351a94d6f974ffb31710ccbb84a Mon Sep 17 00:00:00 2001 From: hornet Date: Sat, 22 Oct 2022 11:43:38 -0400 Subject: [PATCH] Added new button config --- button_input.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/button_input.py b/button_input.py index 28a7a9d..13810dd 100644 --- a/button_input.py +++ b/button_input.py @@ -5,15 +5,15 @@ from time import sleep import lgpio as GPIO -NOISE = 16 +NOISE = 23 LEFT = 26 -DOWN = 27 -UP = 25 -RIGHT = 19 +DOWN = 6 +UP = 5 +RIGHT = 25 -ROT_LEFT = 6 -ROT_RIGHT = 5 +ROT_LEFT = 19 +ROT_RIGHT =24 todo = []