Closed gsdevme closed 9 years ago
Im trying to convert this python https://gist.github.com/gsdevme/3ac674eb105b13d0139d
I have repo setup here https://github.com/gsdevme/energenie-pi-remote-control however running it on the Pi I get pin number 16 invalid
https://github.com/gsdevme/energenie-pi-remote-control/blob/master/test.php
# set the pins numbering mode GPIO.setmode(GPIO.BOARD)
The python has this call unsure if its a problem, any ideas exactly?
Seems it was Physical vs BCM pin numbers
Im trying to convert this python https://gist.github.com/gsdevme/3ac674eb105b13d0139d
I have repo setup here https://github.com/gsdevme/energenie-pi-remote-control however running it on the Pi I get pin number 16 invalid
https://github.com/gsdevme/energenie-pi-remote-control/blob/master/test.php
The python has this call unsure if its a problem, any ideas exactly?