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

Function init

samples/ScreenTFT_ILI9163C/app/application.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46} // namespace
47
48void init()
49{
50 Serial.begin(SERIAL_BAUD_RATE); // 115200 by default
51 Serial.systemDebugOutput(true); // Allow debug output to serial
52
53 demo();
54}

Callers

nothing calls this directly

Calls 3

systemDebugOutputMethod · 0.80
demoFunction · 0.70
beginMethod · 0.45

Tested by

no test coverage detected