rusefi/firmware/controllers/sensors/impl/maf.h

20 lines
247 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file maf.h
* @brief
*
* by the way 2.081989116 kg/h = 1 ft^3/min
2015-07-10 06:01:56 -07:00
*
*
* @date Nov 15, 2013
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
2020-01-20 22:40:11 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
2023-11-01 14:12:46 -07:00
void setBosch0280218037();
2015-07-10 06:01:56 -07:00
2022-11-09 17:39:11 -08:00
/**
* 22680-7S000
*/
2023-11-01 14:12:46 -07:00
void setNissanMAF0031();