Skip to content

Commit a9209ad

Browse files
authored
Merge pull request #944 from BenjaminDannegard/benjamindannegard/spi-hardware-table
Spi hardware exceptions
2 parents 1eeebf3 + 7fff021 commit a9209ad

File tree

1 file changed

+18
-0
lines changed
  • Language/Functions/Communication

1 file changed

+18
-0
lines changed

Language/Functions/Communication/SPI.adoc

+18
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ To read more about Arduino and SPI, you can visit the https://docs.arduino.cc/le
2727
--
2828
// OVERVIEW SECTION ENDS
2929

30+
// HOW TO USE SECTION STARTS
31+
[#howtouse]
32+
--
33+
|================================================================================================================================================
34+
| Boards | Default SPI Pins | Additonal SPI Pins | Notes |
35+
| 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 |
36+
| UNO R4 Minima, UNO R4 WiFi| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | | SPI pins available on ICSP header |
37+
| Leonardo, Yún Rev2, Zero| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | | SPI pins available on ICSP header |
38+
| Micro | 14(CIPO), 15(SCK), 16(COPI) | |
39+
| Nano boards | 11(COPI), 12(CIPO), 13(SCK) | |
40+
| MKR boards | 8(COPI), 9(SCK), 10(CIPO) | |
41+
| Due | 74(CIPO), 75(MOSI), 76(SCK) | SPI pins available on dedicated SPI header | |
42+
| GIGA R1 WiFi | 89(CIPO), 90(COPI), 91(SCK) | 12(CIPO), 11(COPI), 13(SCK), 10(CS) | Note that pin 89,90,91 are located on the SPI header |
43+
| Mega 2560 Rev3 | 50(CIPO), 51(COPI), 52(SCK), 53(CS) | | SPI pins available on ICSP header |
44+
|================================================================================================================================================
45+
46+
--
47+
// HOW TO USE SECTION ENDS
3048

3149
// FUNCTIONS SECTION STARTS
3250
[#functions]

0 commit comments

Comments
 (0)