From e0bb481323955607e42565c71016966381c8a262 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 16 Jul 2020 23:01:29 -0400 Subject: [PATCH] Update rpitx.py --- rpitx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpitx.py b/rpitx.py index 7dae4a13..5a3353ae 100644 --- a/rpitx.py +++ b/rpitx.py @@ -4,6 +4,7 @@ import RPi.GPIO as GPIO import subprocess import time import os +import sys GPIO.setmode(GPIO.BCM) GPIO.setup(27, GPIO.IN, pull_up_down=GPIO.PUD_UP)