From 41d04752e2e0703dbba02fb742c157db5bd22c75 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 23 Nov 2014 13:30:47 +0000 Subject: [PATCH] fix Warning: This channel is already in use, continuing anyway. --- autoreset | 1 + 1 file changed, 1 insertion(+) diff --git a/autoreset b/autoreset index e8c0dde..824653d 100755 --- a/autoreset +++ b/autoreset @@ -17,6 +17,7 @@ def reset(): GPIO.output(pin, GPIO.HIGH) time.sleep(0.12) GPIO.output(pin, GPIO.LOW) + GPIO.cleanup() def process(): while True: