mode changed to BCM
This commit is contained in:
parent
761278b027
commit
61f503c48a
@ -3,7 +3,7 @@ from time import sleep
|
||||
import argparse
|
||||
|
||||
CHANNEL = 19
|
||||
GPIO.setmode(GPIO.BOARD)
|
||||
GPIO.setmode(GPIO.BCM)
|
||||
|
||||
|
||||
def debug():
|
||||
|
Loading…
Reference in New Issue
Block a user