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

23 lines
492 B
C
Raw Normal View History

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-05 20:02:46 -07:00
#define CHRYSLER_NGC4_GAP 3.4390
#define CHRYSLER_NGC6_GAP 5
2015-07-10 06:01:56 -07:00
void configureNeon1995TriggerShape(TriggerShape *s);
void configureNeon2003TriggerShape(TriggerShape *s);
void initDodgeRam(TriggerShape *s);
2015-09-05 20:02:46 -07:00
void configureDodgeStratusTriggerShape(TriggerShape *s);
2015-07-10 06:01:56 -07:00
#endif /* TRIGGER_CHRYSLER_H_ */