Update change_mode.py add pins

fc-sub
Alan Johnston 7 months ago committed by GitHub
parent 842c650f03
commit b5a19df24a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,6 +8,9 @@ import RPi.GPIO as GPIO
from RPi.GPIO import output
from subprocess import call
powerPin = 16
txLed = 27
if __name__ == "__main__":
mode = 'b'
if (len(sys.argv)) > 1:

Loading…
Cancel
Save

Powered by TurnKey Linux.