File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
libraries/SD/examples/listFilesEnhanced Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
Listfiles Enhanced
3
3
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:
5
5
1) collect all directories
6
6
2) build full path of directories and keep in mind
7
7
3) then print all files with the help of the directorie pathes
8
8
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
20
18
21
19
This example code is in the public domain.
22
20
You can’t perform that action at this time.
0 commit comments