rusefi-1/firmware/controllers/algo/advance_map.h

20 lines
369 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/*
* @file advance_map.h
*
* @date Mar 27, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef ADVANCE_H_
#define ADVANCE_H_
#define AD_LOAD_COUNT 16
#define AD_RPM_COUNT 16
2014-11-07 18:03:15 -08:00
#include "engine_configuration.h"
float getAdvance(engine_configuration_s *engineConfiguration, int rpm, float engineLoad);
2014-08-29 07:52:33 -07:00
void prepareTimingMap(void);
#endif /* ADVANCE_H_ */