This function just calls all module initiation functions.
Definition at line 95 of file init.c. References adc_Init(), current_Init(), fan_Init(), memory_Init(), pedal_Init(), print_Init(), relay_Init(), safety_Init(), speaker_Init(), speed_Init(), switch_Init(), temp_Init(), timer_Init(), uart_Init(), and voltage_Init(). Referenced by main(). {
speaker_Init();
relay_Init();
fan_Init();
memory_Init();
adc_Init();
timer_Init();
temp_Init();
pedal_Init();
speed_Init();
switch_Init();
voltage_Init();
current_Init();
uart_Init();
print_Init();
safety_Init();
}
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.7.2