25 lines
506 B
C
25 lines
506 B
C
/**
|
|
* @file maf.h
|
|
* @brief
|
|
*
|
|
* by the way 2.081989116 kg/h = 1 ft^3/min
|
|
*
|
|
*
|
|
* @date Nov 15, 2013
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
|
void setBosch0280218037(persistent_config_s *engineConfiguration);
|
|
void setBosch0280218004(persistent_config_s *engineConfiguration);
|
|
|
|
void setDensoTODO(persistent_config_s *engineConfiguration);
|
|
void setMazdaMiataNAMaf(persistent_config_s *e);
|
|
|
|
/**
|
|
* 22680-7S000
|
|
*/
|
|
void setNissanMAF0031(persistent_config_s *engineConfiguration);
|