rusefi-1/firmware/controllers/trigger/decoders/trigger_honda.h

27 lines
894 B
C
Raw Normal View History

2016-05-27 19:02:56 -07:00
/*
* @file trigger_honda.h
*
* @date May 27, 2016
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2016-05-27 19:02:56 -07:00
*/
#ifndef CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_
#define CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_
#include "trigger_structure.h"
2016-10-31 19:02:12 -07:00
void configureHondaAccordCDDip(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
2017-02-13 20:03:19 -08:00
void configureHondaAccordShifted(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
2017-02-13 21:02:59 -08:00
void configureHonda_1_4_24(TriggerShape *s, bool withOneEventSignal, bool withFourEventSignal,
2016-05-27 19:02:56 -07:00
trigger_wheel_e const oneEventWave,
trigger_wheel_e const fourEventWave,
2016-10-31 19:02:12 -07:00
float d DECLARE_ENGINE_PARAMETER_S);
2016-05-27 19:02:56 -07:00
2017-02-13 21:02:59 -08:00
void configureOnePlus16(TriggerShape *s, operation_mode_e operationMode DECLARE_ENGINE_PARAMETER_S);
2016-05-27 19:02:56 -07:00
void configureHondaCbr600(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
2016-07-09 11:02:36 -07:00
void configureHondaCbr600custom(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
2016-05-27 19:02:56 -07:00
#endif /* CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_ */