From ff82d36e94a40816785e80ef96d3a0b251fa20e9 Mon Sep 17 00:00:00 2001
From: srg74 <28492985+srg74@users.noreply.github.com>
Date: Mon, 27 Nov 2023 22:47:07 -0500
Subject: [PATCH] Update readme.md
Fix typo
---
usermods/sd_card/readme.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usermods/sd_card/readme.md b/usermods/sd_card/readme.md
index 299b68ebc9..96390c05ac 100644
--- a/usermods/sd_card/readme.md
+++ b/usermods/sd_card/readme.md
@@ -20,7 +20,7 @@
| `pinSourceSelect` | GPIO that is connected to SD's `SS`(source select) / `CS`(chip select) | 16 |
| `pinSourceClock` | GPIO that is connected to SD's `SCLK` (source clock) / `CLK`(clock) | 14 |
| `pinPoci` | GPIO that is connected to SD's `POCI`☨ (Peripheral-Out-Ctrl-In) / `MISO` (deprecated) | 36 |
- | `pinPico` | GPIO that is connected to SD's `PICO`☨ (Peripheral-In-Ctrl-Out) / `MOSI` (deprecated) | 14 |
+ | `pinPico` | GPIO that is connected to SD's `PICO`☨ (Peripheral-In-Ctrl-Out) / `MOSI` (deprecated) | 15 |
| `sdEnable` | Enable to read data from the SD-card | true |
☨Following new naming convention of [OSHWA](https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/)
@@ -31,4 +31,4 @@
- checks if the specified file is available on the SD card
```cpp
bool file_onSD(const char *filepath) {...}
- ```
\ No newline at end of file
+ ```