Skip to content

Commit f3db4b5

Browse files
Update pin instructions in SD examples
1 parent 249dad2 commit f3db4b5

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

libraries/SD/examples/Datalogger/Datalogger.ino

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
77
The circuit:
88
analog sensors on analog ins 0, 1, and 2
9-
SD card attached to SPI bus as follows:
10-
** MOSI - pin 11
11-
** MISO - pin 12
12-
** CLK - pin 13
13-
** CS - pin 4
9+
SD card attached to SPI bus as follows (Raspberry Pi Pico):
10+
** MISO - pin 0
11+
** MOSI - pin 3
12+
** CS - pin 1
13+
** SCK - pin 2
1414
1515
created 24 Nov 2010
1616
modified 9 Apr 2012

libraries/SD/examples/DumpFile/DumpFile.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
77
The circuit:
88
SD card attached to SPI bus as follows:
9-
** MOSI - pin 11
10-
** MISO - pin 12
11-
** CLK - pin 13
12-
** CS - pin 4
9+
** MISO - pin 0
10+
** MOSI - pin 3
11+
** CS - pin 1
12+
** SCK - pin 2
1313
1414
created 22 December 2010
1515
by Limor Fried

libraries/SD/examples/Files/Files.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
This example shows how to create and destroy an SD card file
55
The circuit:
66
SD card attached to SPI bus as follows:
7-
** MOSI - pin 11
8-
** MISO - pin 12
9-
** CLK - pin 13
10-
** CS - pin 4
7+
** MISO - pin 0
8+
** MOSI - pin 3
9+
** CS - pin 1
10+
** SCK - pin 2
1111
1212
created Nov 2010
1313
by David A. Mellis

libraries/SD/examples/ReadWrite/ReadWrite.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
This example shows how to read and write data to and from an SD card file
55
The circuit:
66
SD card attached to SPI bus as follows:
7-
** MOSI - pin 11
8-
** MISO - pin 12
9-
** CLK - pin 13
10-
** CS - pin 4
7+
** MISO - pin 0
8+
** MOSI - pin 3
9+
** CS - pin 1
10+
** SCK - pin 2
1111
1212
created Nov 2010
1313
by David A. Mellis

libraries/SD/examples/listfiles/listfiles.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
77
The circuit:
88
SD card attached to SPI bus as follows:
9-
** MOSI - pin 11
10-
** MISO - pin 12
11-
** CLK - pin 13
12-
** CS - pin 4
9+
** MISO - pin 0
10+
** MOSI - pin 3
11+
** CS - pin 1
12+
** SCK - pin 2
1313
1414
created Nov 2010
1515
by David A. Mellis

0 commit comments

Comments
 (0)