Skip to content

Commit 0f5596f

Browse files
Update cheat-sheet.md
Corrected description of acronymous COPI/CIPO.
1 parent 2cbe2b0 commit 0f5596f

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet

1 file changed

+3
-3
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ The Nano ESP32's SPI pins are listed below:
311311
| Pin | Function | Description |
312312
| ----- | -------- | ----------------------------- |
313313
| D10\* | CS | Chip Select |
314-
| D11 | COPI | Controller In, Peripheral Out |
315-
| D12 | CIPO | Controller Out, Peripheral In |
314+
| D11 | COPI | Controller Out, Peripheral In |
315+
| D12 | CIPO | Controller In, Peripheral Out |
316316
| D13 | SCK | Serial Clock |
317317

318318
\*Any GPIO can be used for chip select.
@@ -669,4 +669,4 @@ void loop() {
669669

670670
Several ready to use examples are also available in the Board Package at **Examples > USB**.
671671

672-
Remember that if the board stops being recognised in the IDE, you can put it in [Arduino Bootloader Mode](#arduino-bootloader-mode) to recover it.
672+
Remember that if the board stops being recognised in the IDE, you can put it in [Arduino Bootloader Mode](#arduino-bootloader-mode) to recover it.

0 commit comments

Comments
 (0)