2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file trigger_chrysler.h
|
|
|
|
*
|
|
|
|
* @date Mar 24, 2014
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TRIGGER_CHRYSLER_H_
|
|
|
|
#define TRIGGER_CHRYSLER_H_
|
|
|
|
|
2019-01-01 11:05:11 -08:00
|
|
|
#include "trigger_structure.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
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
|
|
|
|
2018-12-25 16:42:27 -08:00
|
|
|
void configureNeon1995TriggerShape(TriggerShape *s);
|
|
|
|
void configureNeon1995TriggerShapeOnlyCrank(TriggerShape *s);
|
2018-02-26 19:24:48 -08:00
|
|
|
|
2018-12-25 16:42:27 -08:00
|
|
|
void configureNeon2003TriggerShapeCam(TriggerShape *s);
|
|
|
|
void configureNeon2003TriggerShapeCrank(TriggerShape *s);
|
|
|
|
void initDodgeRam(TriggerShape *s);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2018-12-25 16:42:27 -08:00
|
|
|
void configureDodgeStratusTriggerShape(TriggerShape *s);
|
2015-09-05 20:02:46 -07:00
|
|
|
|
2018-12-25 16:42:27 -08:00
|
|
|
void initJeep18_2_2_2(TriggerShape *s);
|
|
|
|
void initJeep_XJ_4cyl_2500(TriggerShape *s);
|
2017-01-23 13:03:46 -08:00
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
#endif /* TRIGGER_CHRYSLER_H_ */
|