MCPcopy 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
145void listFiles()
146{
147 Serial.println(_F("1. Listing files in the root folder"));
148 ls("/");
149}
150
151void readWriteTest()
152{

Callers 1

runTestFunction · 0.85

Calls 2

lsFunction · 0.85
printlnMethod · 0.80

Tested by

no test coverage detected