From 85d73964c74960cc1fd9284ea775166f2d3fa734 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Wed, 14 Sep 2016 22:23:17 -0400 Subject: [PATCH] Typo. --- image/fancontrol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/fancontrol.py b/image/fancontrol.py index d3c09aeb..584ffc98 100755 --- a/image/fancontrol.py +++ b/image/fancontrol.py @@ -5,7 +5,7 @@ # # It expects a fan that's externally powered, and uses GPIO pin 11 for control. -import RPi.GPIO as GPIO`` +import RPi.GPIO as GPIO import time import os