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

20 lines
337 B
C

/*
* @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
#include "engine.h"
float getAdvance(int rpm, float engineLoad DECLARE_ENGINE_PARAMETER_S);
void prepareTimingMap(void);
#endif /* ADVANCE_H_ */