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

27 lines
924 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"
2017-05-15 20:33:22 -07:00
void configureHondaAccordCDDip(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
void configureHondaAccordShifted(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
2017-02-13 20:03:19 -08:00
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,
2017-05-15 20:33:22 -07:00
float d DECLARE_ENGINE_PARAMETER_SUFFIX);
2016-05-27 19:02:56 -07:00
2017-05-15 20:33:22 -07:00
void configureOnePlus16(TriggerShape *s, operation_mode_e operationMode DECLARE_ENGINE_PARAMETER_SUFFIX);
2017-02-13 21:02:59 -08:00
2017-05-15 20:33:22 -07:00
void configureHondaCbr600(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
void configureHondaCbr600custom(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
2016-05-27 19:02:56 -07:00
#endif /* CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_ */