rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
speed_density.h
Go to the documentation of this file.
1/**
2 * @file speed_density.h
3 *
4 * @date May 29, 2014
5 * @author Andrey Belomutskiy, (c) 2012-2020
6 */
7
8#pragma once
9
10#include "airmass.h"
11#include "speed_density_base.h"
13
14#define gramm_second_to_cc_minute(gs) ((gs) / 0.0119997981)
15#define cc_minute_to_gramm_second(ccm) ((ccm) * 0.0119997981)
16
17void initSpeedDensity();
void initSpeedDensity()