Skip to content

Commit 4e430d6

Browse files
committed
adapt due to clanf format check in line 14
1 parent 033daf6 commit 4e430d6

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

libraries/SD/examples/listFilesEnhanced/listfilesEnhanced.ino

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*
22
Listfiles Enhanced
33
4-
This example shows how to list files in SDcard in the following way:
4+
This example demonstrates how to list files on an SDcard in the following way:
55
1) collect all directories
66
2) build full path of directories and keep in mind
77
3) then print all files with the help of the directorie pathes
88
9-
The circuit:
10-
SD card attached to SPI bus as follows:
11-
** MOSI - pin 11
12-
** MISO - pin 12
13-
** CLK - pin 13
14-
** CS - pin 4
15-
16-
created:
17-
18-
18. Nov 2024
19-
by Frank Häfele
9+
Wiring:
10+
SDcard attached to SPI bus as follows:
11+
- MOSI: pin 11
12+
- MISO: pin 12
13+
- CLK : pin 13
14+
- CS : pin 4
15+
16+
Created:
17+
18. Nov 2024 by Frank Häfele
2018
2119
This example code is in the public domain.
2220

0 commit comments

Comments
 (0)