rusEFI
The most advanced open source ECU
|
Functions | |
void | initInputShaftSpeedSensor () |
void | deinitInputShaftSpeedSensor () |
Variables | |
FrequencySensor | inputShaftSpeedSensor (SensorType::InputShaftSpeed, MS2NT(500)) |
static InputShaftSpeedConverter | inputSpeedConverter |
void deinitInputShaftSpeedSensor | ( | ) |
Definition at line 26 of file init_input_shaft_speed_sensor.cpp.
Referenced by stopSensors().
void initInputShaftSpeedSensor | ( | ) |
Definition at line 15 of file init_input_shaft_speed_sensor.cpp.
Referenced by sensorStartUpOrReconfiguration().
FrequencySensor inputShaftSpeedSensor(SensorType::InputShaftSpeed, MS2NT(500)) | ( | SensorType::InputShaftSpeed | , |
MS2NT(500) | |||
) |
We were NOT able to get this code working reliable it could be that biquad parameter or biquad overall is part of the problem
Referenced by deinitInputShaftSpeedSensor(), initInputShaftSpeedSensor(), and updateTunerStudioState().
|
static |
Definition at line 13 of file init_input_shaft_speed_sensor.cpp.
Referenced by initInputShaftSpeedSensor().