You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^CTraceback (most recent call last):
File "05_rgb.py", line 98, in
destroy()
File "05_rgb.py", line 86, in destroy
GPIO.output(pins, GPIO.HIGH)
ValueError: Channel must be an integer or list/tuple of integers
Shutdown (Ctrl-C) gives:
^CTraceback (most recent call last):
File "05_rgb.py", line 98, in
destroy()
File "05_rgb.py", line 86, in destroy
GPIO.output(pins, GPIO.HIGH)
ValueError: Channel must be an integer or list/tuple of integers