Skip to content

Commit b3ec67f

Browse files
committed
Fix wrong pin name
1 parent 802b538 commit b3ec67f

File tree

1 file changed

+6
-6
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet

1 file changed

+6
-6
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ If you want to read more about the EEPROM check out [this article about Arduino
275275

276276
The UNO R4 Minima features a Serial Peripheral Interface (SPI) bus. The bus (connector), ‘SPI’ uses the following pins:
277277

278-
| Pin | Type |
279-
| ---- | ---- |
280-
| D13 | SCK |
281-
| D12 | CIP |
282-
| D11 | COP |
283-
| D10 | CS |
278+
| Pin | Type |
279+
| ---- | ----- |
280+
| D13 | SCK |
281+
| D12 | CIPO |
282+
| D11 | COPI |
283+
| D10 | CS |
284284

285285
The following example shows how to use SPI:
286286

0 commit comments

Comments
 (0)