MCPcopy 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
36void 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

pinModeFunction · 0.50
beginMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected