Skip to content

Commit

Permalink
adapt due to clanf format check in line 14
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 18, 2024
1 parent 033daf6 commit 4e430d6
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions libraries/SD/examples/listFilesEnhanced/listfilesEnhanced.ino
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
/*
Listfiles Enhanced
This example shows how to list files in SDcard in the following way:
This example demonstrates how to list files on an SDcard in the following way:
1) collect all directories
2) build full path of directories and keep in mind
3) then print all files with the help of the directorie pathes
The circuit:
SD card attached to SPI bus as follows:
** MOSI - pin 11
** MISO - pin 12
** CLK - pin 13
** CS - pin 4
created:
18. Nov 2024
by Frank Häfele
Wiring:
SDcard attached to SPI bus as follows:
- MOSI: pin 11
- MISO: pin 12
- CLK : pin 13
- CS : pin 4
Created:
18. Nov 2024 by Frank Häfele
This example code is in the public domain.
Expand Down

0 comments on commit 4e430d6

Please sign in to comment.