Skip to content
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

Fixed SPI pin documentation for 32U4-based boards and Zero #976

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Language/Functions/Communication/SPI.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To read more about Arduino and SPI, you can visit the https://docs.arduino.cc/le
| Boards | Default SPI Pins | Additonal SPI Pins | Notes
| UNO R3, UNO R3 SMD, UNO WiFi Rev2, UNO Mini Ltd| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | | SPI pins available on ICSP header
| UNO R4 Minima, UNO R4 WiFi| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | | SPI pins available on ICSP header
| Leonardo, Yún Rev2, Zero| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | | SPI pins available on ICSP header
| Micro | 14(CIPO), 15(SCK), 16(COPI) | |
| Leonardo, Micro, Yún Rev2 | 14(CIPO), 15(SCK), 16(COPI), 17(CS) | | SPI pins available on ICSP header
| Zero | 22(CIPO), 23(COPI), 24(SCK) | | SPI pins available on ICSP header
| Nano boards | 11(COPI), 12(CIPO), 13(SCK) | |
| MKR boards | 8(COPI), 9(SCK), 10(CIPO) | |
| Due | 74(CIPO), 75(MOSI), 76(SCK) | SPI pins available on dedicated SPI header |
Expand Down