added v1.1 print to log

pull/138/head
alanbjohnston 4 years ago committed by GitHub
parent 1526b17e0d
commit 5cbdae9191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,8 @@ from time import sleep
import sys import sys
from os import system from os import system
print("CubeSatSim v1.1 rpitx.py starting...")
GPIO.setmode(GPIO.BCM) GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False) GPIO.setwarnings(False)
GPIO.setup(13, GPIO.IN, pull_up_down=GPIO.PUD_UP) GPIO.setup(13, GPIO.IN, pull_up_down=GPIO.PUD_UP)

Loading…
Cancel
Save

Powered by TurnKey Linux.