Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void 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
systemDebugOutput
Method · 0.80
demo
Function · 0.70
begin
Method · 0.45
Tested by
no test coverage detected