-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A physical pull up resistor is fitted on this channel! #120
Comments
Raspberry Pi 4 |
Same here. Different from @alexsalex , I'm using VMAN custom RetroPie, so I initially thought that could be some kind of incompatibility. The message always shows up. From tests, if the "SSD Sata Adaptor to the USB" (the internal to the NESPi4 Case) is connected to the RaspPi (Pi4), the scripts doesn't work (nor Power nor Reboot). If Sata Adaptor is not connected, these messages still shows up on booting, but the script/buttons works flawless. |
this still persist |
I also get this error on my superpi case (raspberry 3b+) using the latest update. The case does not shutdown. It used to work fine but after this latestupdate, now it doesn't work anymore |
/opt/RetroFlag/SafeShutdown.py:15: RuntimeWarning: A physical pull up resistor is fitted on this channel!
GPIO.setup(powerPin, GPIO.IN, pull_up_down=GPIO.PUD_UP)
/opt/RetroFlag/SafeShutdown.py:16: RuntimeWarning: A physical pull up resistor is fitted on this channel!
GPIO.setup(resetPin, GPIO.IN, pull_up_down=GPIO.PUD_UP)
/opt/RetroFlag/SafeShutdown.py:17: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(ledPin, GPIO.OUT)
The text was updated successfully, but these errors were encountered: