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

22 lines
662 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file honda_accord.h
*
* @date Jan 12, 2014
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
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);
2016-10-15 20:03:28 -07:00
void setHondaAccordConfiguration1_24_shifted(DECLARE_ENGINE_PARAMETER_F);
2017-03-01 18:31:16 -08:00
void setHondaCivic4_0_both(DECLARE_ENGINE_PARAMETER_F);
void setHondaCivic4_0_rise(DECLARE_ENGINE_PARAMETER_F);
2015-07-10 06:01:56 -07:00
#endif /* HONDA_ACCORD_H_ */