rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
input_shaft_speed_converter.h
Go to the documentation of this file.
1#include "pch.h"
3
5public:
6 SensorResult convert(float frequency) const override {
7 return frequency * 60 / engineConfiguration->tcuInputSpeedSensorTeeth;
8 }
9};
SensorResult convert(float frequency) const override
static constexpr engine_configuration_s * engineConfiguration
expected< float > SensorResult
Definition sensor.h:46