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

17 lines
309 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/*
* @file advance_map.h
*
* @date Mar 27, 2013
2015-01-12 15:04:10 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef ADVANCE_H_
#define ADVANCE_H_
2014-11-07 21:07:22 -08:00
#include "engine.h"
2014-11-07 18:03:15 -08:00
2014-11-12 13:05:43 -08:00
float getAdvance(int rpm, float engineLoad DECLARE_ENGINE_PARAMETER_S);
2014-11-25 08:04:15 -08:00
void prepareTimingMap(DECLARE_ENGINE_PARAMETER_F);
2014-08-29 07:52:33 -07:00
#endif /* ADVANCE_H_ */