rusefi-1/firmware/controllers/trigger/trigger_chrysler.h

19 lines
375 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file trigger_chrysler.h
*
* @date Mar 24, 2014
2015-01-12 15:04:10 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef TRIGGER_CHRYSLER_H_
#define TRIGGER_CHRYSLER_H_
#include "trigger_structure.h"
2014-12-16 18:05:03 -08:00
#define CHRYSLER_NGC_GAP 2.9135
2014-10-01 16:03:00 -07:00
void configureNeon1995TriggerShape(trigger_shape_s *s);
void configureNeon2003TriggerShape(trigger_shape_s *s);
2014-08-29 07:52:33 -07:00
#endif /* TRIGGER_CHRYSLER_H_ */