From 0745ea0a591d2a775ee6800310d176eff0e3d7bb Mon Sep 17 00:00:00 2001 From: shivasiddharth Date: Sun, 3 Sep 2017 12:44:39 +0100 Subject: [PATCH] Update main.py --- Neopixel Indicator/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neopixel Indicator/main.py b/Neopixel Indicator/main.py index 06c000eb..3477bfd3 100644 --- a/Neopixel Indicator/main.py +++ b/Neopixel Indicator/main.py @@ -38,7 +38,7 @@ for pin in gpio: GPIO.setup(pin, GPIO.OUT) GPIO.output(pin, 0) - +#Neopixel pins not to be included in gpio list of devices. Should be declared seperately. GPIO.setup(24,GPIO.OUT) GPIO.setup(27,GPIO.OUT)