/** * @file honda_accord.h * * @date Jan 12, 2014 * @author Andrey Belomutskiy, (c) 2012-2017 */ #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); void setHondaAccordConfiguration1_24_shifted(DECLARE_ENGINE_PARAMETER_F); void setHondaCivic4_0_both(DECLARE_ENGINE_PARAMETER_F); void setHondaCivic4_0_rise(DECLARE_ENGINE_PARAMETER_F); #endif /* HONDA_ACCORD_H_ */