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 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
You can’t perform that action at this time.
0 commit comments