Update rpitx.py imports

sr-frs-rx-mode
Alan Johnston 2 years ago committed by GitHub
parent 439493a3af
commit 02c9d955b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,15 @@
#!/usr/bin/env python
import RPi.GPIO as GPIO
from RPi.GPIO import output
#import subprocess
#import time
from time import sleep
#import os
import sys
from os import
from PIL import Image, ImageDraw, ImageFont, ImageColor
def increment_mode():
print("increment mode")
try:
@ -41,16 +51,6 @@ def increment_mode():
print("can't write to .mode file")
import RPi.GPIO as GPIO
from RPi.GPIO import output
#import subprocess
#import time
from time import sleep
#import os
import sys
from os import
from PIL import Image, ImageDraw, ImageFont, ImageColor
print("CubeSatSim v1.3b rpitx.py starting...")
pd = 21

Loading…
Cancel
Save

Powered by TurnKey Linux.