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
im just confused when i do gpio readall then there are 2 pins dupliated listed with 2 different gpio and wiringpi numbers
im talking about this lines: | 8 | 2 | 3 | SDA | IN | High | | 9 | 3 | 5 | SCL | IN | High |
| 17 | 28 | 3 | GPIO 8 | IN | Low | | 19 | 30 | 5 | GPIO10 | IN | Low |
how is it possible to have 2 times the same physical pin with different modes?
edit: im using an banana pi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
im just confused when i do gpio readall then there are 2 pins dupliated listed with 2 different gpio and wiringpi numbers
im talking about this lines:
| 8 | 2 | 3 | SDA | IN | High |
| 9 | 3 | 5 | SCL | IN | High |
| 17 | 28 | 3 | GPIO 8 | IN | Low |
| 19 | 30 | 5 | GPIO10 | IN | Low |
how is it possible to have 2 times the same physical pin with different modes?
edit: im using an banana pi
The text was updated successfully, but these errors were encountered: