Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
void start_timer( void )
14
{
15
timer1_init( DISPLAY_UPDATE_FREQUENCY_IN_HZ, update_display );
16
}
Callers
1
main
Function · 0.85
Calls
1
timer1_init
Function · 0.85
Tested by
no test coverage detected