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_
|
|
|
|
|
2019-01-01 11:05:11 -08:00
|
|
|
#include "trigger_structure.h"
|
2016-05-27 19:02:56 -07:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void configureHondaAccordCDDip(TriggerWaveform *s);
|
|
|
|
void configureHondaAccordShifted(TriggerWaveform *s);
|
2017-02-13 20:03:19 -08:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void configureHonda_1_4_24(TriggerWaveform *s, bool withOneEventSignal, bool withFourEventSignal,
|
2016-05-27 19:02:56 -07:00
|
|
|
trigger_wheel_e const oneEventWave,
|
|
|
|
trigger_wheel_e const fourEventWave,
|
2018-12-25 17:09:35 -08:00
|
|
|
float d);
|
2016-05-27 19:02:56 -07:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void configureOnePlus16(TriggerWaveform *s, operation_mode_e operationMode);
|
2017-02-13 21:02:59 -08:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void configureHondaCbr600(TriggerWaveform *s);
|
|
|
|
void configureHondaCbr600custom(TriggerWaveform *s);
|
2016-05-27 19:02:56 -07:00
|
|
|
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_TRIGGER_HONDA_H_ */
|