rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
engine_emulator.h File Reference

Functions

void initEngineEmulator ()
 

Function Documentation

◆ initEngineEmulator()

void initEngineEmulator ( )

Definition at line 17 of file engine_emulator.cpp.

17 {
18 if (hasFirmwareError())
19 return;
20
21#if EFI_POTENTIOMETER && HAL_USE_SPI
23#endif /* EFI_POTENTIOMETER && HAL_USE_SPI*/
24
25#if EFI_EMULATE_POSITION_SENSORS
27#endif // EFI_EMULATE_POSITION_SENSORS
28}
void initPotentiometers()
Definition poten.cpp:90
void initTriggerEmulator()

Referenced by commonEarlyInit().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.