We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OLED script cannot register GPIO to monitor power outage on a Raspberry Pi 5 since it uses RPi.GPIO.
Traceback (most recent call last): File "/home/rak/workspace/rakpios/stage2-rak/03-utils/files/oled", line 345, in <module> GPIO.setup(16, GPIO.IN, pull_up_down=GPIO.PUD_UP) RuntimeError: Cannot determine SOC peripheral base address
Update code to use gpiod instead.
The text was updated successfully, but these errors were encountered:
xoseperez
No branches or pull requests
OLED script cannot register GPIO to monitor power outage on a Raspberry Pi 5 since it uses RPi.GPIO.
Update code to use gpiod instead.
The text was updated successfully, but these errors were encountered: