rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
batt_lag_corr_curve.h
Go to the documentation of this file.
1//
2// Created by kifir on 11/19/24.
3//
4
5#pragma once
6
7#include <array>
8
9using BattLagCorrTable = std::array<std::array<float, VBAT_INJECTOR_CURVE_SIZE>, VBAT_INJECTOR_CURVE_PRESSURE_SIZE>;
std::array< std::array< float, VBAT_INJECTOR_CURVE_SIZE >, VBAT_INJECTOR_CURVE_PRESSURE_SIZE > BattLagCorrTable