MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / main

Function main

examples/button/button.cpp:89–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 */
88
89int main() {
90
91 // set up SysTick at 1ms resolution
92 MillisecondTimer::initialise();
93
94 Button button;
95 button.run();
96
97 // not reached
98 return 0;
99}

Callers

nothing calls this directly

Calls 2

initialiseFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected