Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
int 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
initialise
Function · 0.50
run
Method · 0.45
Tested by
no test coverage detected