fixed gpio typo

fm-rx
Alan Johnston 2 years ago committed by GitHub
parent f055125717
commit c237a616ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ GPIO.setup(13, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(12, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(12, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(27, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(27, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(7, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(7, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(green, GPIO.IN, INPUT) GPIO.setup(green, GPIO.OUT)
GPIO.setup(squelch, GPIO.IN) GPIO.setup(squelch, GPIO.IN)

Loading…
Cancel
Save

Powered by TurnKey Linux.