added sleep 15 at the start to cover CubeSatSim initialization time

pull/88/head
alanbjohnston 5 years ago committed by GitHub
parent b20c693203
commit 1ed3c264d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,8 @@ else:
txLedOn = 1
txLedOff = 0
time.sleep(15) // delay to cover cubesatsim initialization time
GPIO.setup(txLed, GPIO.OUT)
print(txLedOn)
print(txLed)

Loading…
Cancel
Save

Powered by TurnKey Linux.