mode changed to BCM

This commit is contained in:
Giulio De Pasquale 2017-08-18 14:44:12 +02:00
parent 761278b027
commit 61f503c48a

View File

@ -3,7 +3,7 @@ from time import sleep
import argparse
CHANNEL = 19
GPIO.setmode(GPIO.BOARD)
GPIO.setmode(GPIO.BCM)
def debug():