Update transmit.py remove pull-up on pttPin

pacsat-v2.2-tlm
Alan Johnston 2 months ago committed by GitHub
parent 7ae10fdbc5
commit 5c29fffe05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -437,8 +437,8 @@ if __name__ == "__main__":
GPIO.output(txLed, 0)
print("0")
# GPIO.setup(pttPin, GPIO.IN, pull_up_down=GPIO.PUD_UP)
GPIO.setup(pttPin, GPIO.IN)
while (True):
sleep(0.1)
GPIO.wait_for_edge(pttPin, GPIO.FALLING)

Loading…
Cancel
Save

Powered by TurnKey Linux.