2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file trigger_chrysler.h
|
|
|
|
*
|
|
|
|
* @date Mar 24, 2014
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TRIGGER_CHRYSLER_H_
|
|
|
|
#define TRIGGER_CHRYSLER_H_
|
|
|
|
|
|
|
|
#include "trigger_structure.h"
|
|
|
|
|
2015-09-22 06:01:31 -07:00
|
|
|
#define CHRYSLER_NGC4_GAP 1
|
2015-09-06 11:01:29 -07:00
|
|
|
#define CHRYSLER_NGC6_GAP 1.5
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2015-10-10 13:01:25 -07:00
|
|
|
void configureNeon1995TriggerShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
|
|
|
|
void configureNeon2003TriggerShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
|
|
|
|
void initDodgeRam(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2015-10-10 13:01:25 -07:00
|
|
|
void configureDodgeStratusTriggerShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
|
2015-09-05 20:02:46 -07:00
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
#endif /* TRIGGER_CHRYSLER_H_ */
|