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

19 lines
369 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"
2015-02-16 20:06:45 -08:00
#define CHRYSLER_NGC_GAP 3.9854
2014-12-16 18:05:03 -08:00
2015-01-13 05:04:00 -08:00
void configureNeon1995TriggerShape(TriggerShape *s);
void configureNeon2003TriggerShape(TriggerShape *s);
2014-08-29 07:52:33 -07:00
#endif /* TRIGGER_CHRYSLER_H_ */