fome-fw/firmware/config/engines/honda_accord.h

19 lines
476 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file honda_accord.h
*
* @date Jan 12, 2014
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef HONDA_ACCORD_H_
#define HONDA_ACCORD_H_
#include "engine.h"
void setHondaAccordConfigurationTwoWires(DECLARE_ENGINE_PARAMETER_F);
void setHondaAccordConfigurationThreeWires(DECLARE_ENGINE_PARAMETER_F);
void setHondaAccordConfigurationDip(DECLARE_ENGINE_PARAMETER_F);
void setHondaAccordConfiguration1_24(DECLARE_ENGINE_PARAMETER_F);
#endif /* HONDA_ACCORD_H_ */