We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802b538 commit b3ec67fCopy full SHA for b3ec67f
content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md
@@ -275,12 +275,12 @@ If you want to read more about the EEPROM check out [this article about Arduino
275
276
The UNO R4 Minima features a Serial Peripheral Interface (SPI) bus. The bus (connector), ‘SPI’ uses the following pins:
277
278
-| Pin | Type |
279
-| ---- | ---- |
280
-| D13 | SCK |
281
-| D12 | CIP |
282
-| D11 | COP |
283
-| D10 | CS |
+| Pin | Type |
+| ---- | ----- |
+| D13 | SCK |
+| D12 | CIPO |
+| D11 | COPI |
+| D10 | CS |
284
285
The following example shows how to use SPI:
286
0 commit comments