Update dtmf_aprs_cc.py cleanup

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent 77e8cc788d
commit c618768637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,6 @@ def blink(times):
system("gpio write 27 0")
sleep(0.1)
system("gpio write 27 1")
# output(27, 1)
sleep(0.1)
if __name__ == "__main__":

Loading…
Cancel
Save

Powered by TurnKey Linux.