|
rusEFI
The most advanced open source ECU
|
Functions | |
| float | getTachFreq () |
| float | getTachDuty () |
Variables | |
| static SimplePwm | tachControl ("tach") |
| static float | tachFreq |
| static float | duty |
| float getTachDuty | ( | ) |
Definition at line 24 of file tachometer.cpp.
| float getTachFreq | ( | ) |
Definition at line 20 of file tachometer.cpp.
|
static |
Definition at line 17 of file tachometer.cpp.
Referenced by applyIACposition(), getChannelFreqAndDuty(), getTachDuty(), gpiochip_tryInitPwm(), lua_setPwmDuty(), lua_startPwm(), TachometerModule::onFastCallback(), TwoPinDcMotor::set(), setDcMotorDuty(), BoostController::setOutput(), setPwmDuty(), startPwm(), and updateVrThresholdPwm().
|
static |
Referenced by TachometerModule::init(), and TachometerModule::onFastCallback().
|
static |
Definition at line 16 of file tachometer.cpp.
Referenced by getTachFreq(), and TachometerModule::onFastCallback().