fome-fw/firmware/controllers/trigger/trigger_honda.h

24 lines
792 B
C
Raw Normal View History

2016-05-27 19:02:56 -07:00
/*
* @file trigger_honda.h
*
* @date May 27, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
*/
#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);
void configureHondaAccordShifter(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
2016-05-27 19:02:56 -07:00
void configureHondaAccordCD(TriggerShape *s, bool withOneEventSignal, bool withFourEventSignal,
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
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_ */