diff --git a/control_relay.py b/control_relay.py index 420183c..f79f3a6 100644 --- a/control_relay.py +++ b/control_relay.py @@ -1,5 +1,4 @@ import RPi.GPIO as GPIO -import time import sys # Use BCM GPIO numbering diff --git a/fan_temp_sensor.py b/fan_temp_sensor.py index b2071a3..136b96e 100644 --- a/fan_temp_sensor.py +++ b/fan_temp_sensor.py @@ -1,4 +1,3 @@ -import os import glob import time import subprocess