MCPcopy Create free account
hub / github.com/PolySync/oscc / start_timer

Function start_timer

firmware/can_gateway/src/timer.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13void start_timer( void )
14{
15 timer1_init( DISPLAY_UPDATE_FREQUENCY_IN_HZ, update_display );
16}

Callers 1

mainFunction · 0.85

Calls 1

timer1_initFunction · 0.85

Tested by

no test coverage detected