File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ The Nano ESP32's SPI pins are listed below:
311
311
| Pin | Function | Description |
312
312
| ----- | -------- | ----------------------------- |
313
313
| 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 |
316
316
| D13 | SCK | Serial Clock |
317
317
318
318
\* Any GPIO can be used for chip select.
@@ -669,4 +669,4 @@ void loop() {
669
669
670
670
Several ready to use examples are also available in the Board Package at ** Examples > USB** .
671
671
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.
You can’t perform that action at this time.
0 commit comments