From b3ec67f665690d6e34c5b8ce0a54ffa30f4b8af8 Mon Sep 17 00:00:00 2001 From: Hannes Siebeneicher Date: Mon, 10 Jul 2023 15:14:20 +0200 Subject: [PATCH] Fix wrong pin name --- .../tutorials/cheat-sheet/cheat-sheet.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md index d5c5508a76..2a08c55e87 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md +++ b/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 The UNO R4 Minima features a Serial Peripheral Interface (SPI) bus. The bus (connector), ‘SPI’ uses the following pins: -| Pin | Type | -| ---- | ---- | -| D13 | SCK | -| D12 | CIP | -| D11 | COP | -| D10 | CS | +| Pin | Type | +| ---- | ----- | +| D13 | SCK | +| D12 | CIPO | +| D11 | COPI | +| D10 | CS | The following example shows how to use SPI: