fome-fw/firmware/controllers/math/closed_loop_fuel.h

9 lines
286 B
C
Raw Normal View History

#pragma once
#include "globalaccess.h"
#include "engine_configuration_generated_structures.h"
float fuelClosedLoopCorrection(DECLARE_ENGINE_PARAMETER_SIGNATURE);
size_t computeStftBin(int rpm, float load, stft_s& cfg);
bool shouldUpdateCorrection(DECLARE_ENGINE_PARAMETER_SIGNATURE);