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
I want to use pin 6, but when I run ./pi-blaster --gpio 5,6 it says that pin 6 is banned. Is there a way to unban it, and if not, why is it banned?
./pi-blaster --gpio 5,6
The text was updated successfully, but these errors were encountered:
There's a list of banned pins in https://github.com/sarfata/pi-blaster/blob/master/pi-blaster.c
It looks like it was taken by the onboard Ethernet On the early first generation Pi.
You can probably just comment out that line
Sorry, something went wrong.
@Plenglin I believe pin 6 is a Ground. Which is why it would be unusable for this functionality
Don’t confuse ARM gpio pin numbers with raspberry pi physical PIN numbers
No branches or pull requests
I want to use pin 6, but when I run
./pi-blaster --gpio 5,6
it says that pin 6 is banned. Is there a way to unban it, and if not, why is it banned?The text was updated successfully, but these errors were encountered: