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

Function main

examples/timer_7segment/timer_7segment.cpp:296–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 */
295
296int main() {
297
298 // set up SysTick at 1ms resolution
299
300 MillisecondTimer::initialise();
301
302 // we're using interrupts, initialise NVIC
303
304 Nvic::initialise();
305
306 Timer7SegmentTest test;
307 test.run();
308
309 // not reached
310 return 0;
311}

Callers

nothing calls this directly

Calls 2

initialiseFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected