2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @file ego.h
|
|
|
|
* @brief
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @date Nov 15, 2013
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef EGO_H_
|
|
|
|
#define EGO_H_
|
|
|
|
|
|
|
|
#include "main.h"
|
|
|
|
#include "rusefi_enums.h"
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
2014-11-11 14:03:38 -08:00
|
|
|
float getAfr(DECLARE_ENGINE_PARAMETER_F);
|
2014-08-29 07:52:33 -07:00
|
|
|
void initEgoSensor(afr_sensor_s *sensor, ego_sensor_e type);
|
|
|
|
|
|
|
|
#endif
|