fome-fw/firmware/controllers/algo/advance_map.h

20 lines
335 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 21:07:22 -08:00
#include "engine.h"
2014-11-07 18:03:15 -08:00
2014-11-07 21:07:22 -08:00
float getAdvance(int rpm, float engineLoad DECLATE_ENGINE_PARAMETER);
2014-08-29 07:52:33 -07:00
void prepareTimingMap(void);
#endif /* ADVANCE_H_ */