Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasiddharth committed Sep 3, 2017
1 parent dbcd28e commit 0745ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neopixel Indicator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0745ea0

Please sign in to comment.