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
The following SPI pins are swapped
SPI0 MISO| |GPIO 10|19| SPI0 MOSI| |GPIO 9 |21|
should be
SPI0 MOSI| |GPIO 10|19| SPI0 MISO| |GPIO 9 |21|
The text was updated successfully, but these errors were encountered:
RPi Pins: Swap MOSI and MISO for #3
c350e28
This has been fixed on master main, so this issue can be closed?
master
main
Sorry, something went wrong.
No branches or pull requests
The following SPI pins are swapped
should be
The text was updated successfully, but these errors were encountered: