Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ listFiles
Function
listFiles
samples/SDCard/app/application.cpp:145–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
void listFiles()
146
{
147
Serial.println(_F(
"1. Listing files in the root folder"
));
148
ls(
"/"
);
149
}
150
151
void readWriteTest()
152
{
Callers
1
runTest
Function · 0.85
Calls
2
ls
Function · 0.85
println
Method · 0.80
Tested by
no test coverage detected