MCPcopy Create free account
hub / github.com/SmingHub/Sming / init

Function init

samples/Basic_Templates/app/application.cpp:94–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92} // namespace
93
94void init()
95{
96#if DEBUG_BUILD
97 Serial.begin(COM_SPEED_SERIAL);
98
99 Serial.systemDebugOutput(true);
100 debug_i("\n\n********************************************************\n"
101 "Hello\n");
102#endif
103
104 fwfs_mount();
105
106 printCars();
107 printClassics(Resource::classics_json, Format::json);
108 printClassics(Resource::classics_xml, Format::xml);
109}

Callers

nothing calls this directly

Calls 5

fwfs_mountFunction · 0.85
printCarsFunction · 0.85
printClassicsFunction · 0.85
systemDebugOutputMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected