Skip to content
Snippets Groups Projects
Commit a1e5d2be authored by Cabestaing François's avatar Cabestaing François
Browse files

Change input pin number

parent 1e491fe3
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ def is_raspberry_pi() -> bool: ...@@ -37,7 +37,7 @@ def is_raspberry_pi() -> bool:
if is_raspberry_pi(): if is_raspberry_pi():
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
pin = 21 # Pin number of the selection switch pin = 40 # Pin number of the selection switch
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
# Global functions # Global functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment