Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ init
Function
init
samples/DFPlayerMini/app/application.cpp:36–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
} // namespace
35
36
void init()
37
{
38
Serial.begin(9600);
39
40
pinMode(GPIO_LED, OUTPUT);
41
timer.initializeMs<250>(checkReady).start();
42
}
Callers
nothing calls this directly
Calls
3
pinMode
Function · 0.50
begin
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected