Skip to content

Commit 573e220

Browse files
authored
Apply suggestions from code review
1 parent e8c05b8 commit 573e220

File tree

1 file changed

+5
-3
lines changed
  • Language/Functions/Communication

1 file changed

+5
-3
lines changed

Language/Functions/Communication/SPI.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ To read more about Arduino and SPI, you can visit the https://docs.arduino.cc/le
3232
--
3333
|================================================================================================================================================
3434
| Boards | SPI Pins | SPI Headers |
35-
| Leonardo, UNO R3, UNO R3 SMD, UNO WiFi Rev2, UNO Mini Ltd, UNO R4 Minima, UNO R4 WiFi, Yún Rev2, Zero| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | |
35+
| UNO R3, UNO R3 SMD, UNO WiFi Rev2, UNO Mini Ltd| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | |
36+
| UNO R4 Minima, UNO R4 WiFi| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | |
37+
| Leonardo, Yún Rev2, Zero| 10(CS), 11(COPI), 12(CIPO), 13(SCK) | |
3638
| Micro | 14(CIPO), 15(SCK), 16(COPI) | |
3739
| Nano boards | 11(COPI), 12(CIPO), 13(SCK) | |
3840
| MKR boards | 8(COPI), 9(SCK), 10(CIPO) | |
39-
| Due | | 74(CIPO), 75(MOSI), 76(SCK) |
41+
| Due | 74(CIPO), 75(MOSI), 76(SCK) | |
4042
| GIGA R1 WiFi | 12(CIPO), 11(COPI), 13(SCK), 10(CS) | 89(CIPO), 90(COPI), 91(SCK) |
41-
| Mega 2560 Rev3 | | 50(CIPO), 51(COPI), 52(SCK), 53(CS) |
43+
| Mega 2560 Rev3 | 50(CIPO), 51(COPI), 52(SCK), 53(CS) | |
4244
|================================================================================================================================================
4345

4446
--

0 commit comments

Comments
 (0)