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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.