mixed up button IDs

This commit is contained in:
2019-02-27 09:23:17 +01:00
parent 1dfe9fa4e5
commit f030913d01
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ PIN_LED = 22
# Buttons on PINs 9, 10 and 11
PIN_PREV = 10
PIN_NEXT = 9
PIN_PLAY = 11
PIN_PLAY = 9
PIN_NEXT = 11
GPIO.setmode(GPIO.BCM)