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
{{ message }}
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
After using a python module with OPi GPIO (in this case risingfalling.py) and when the program is terminated using Ctrl-C, I get the following error when I try to run it again:
user@pizero2:~/example$ sudo python risingfalling.py
Traceback (most recent call last):
File "risingfalling.py", line 14, in
GPIO.setup(23, GPIO.IN) # set GPIO25 as input (button)
ValueError: This channel is already in use by system as SEE_MANUAL.
The text was updated successfully, but these errors were encountered:
After using a python module with OPi GPIO (in this case risingfalling.py) and when the program is terminated using Ctrl-C, I get the following error when I try to run it again:
user@pizero2:~/example$ sudo python risingfalling.py
Traceback (most recent call last):
File "risingfalling.py", line 14, in
GPIO.setup(23, GPIO.IN) # set GPIO25 as input (button)
ValueError: This channel is already in use by system as SEE_MANUAL.
The text was updated successfully, but these errors were encountered: