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

22 lines
466 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file trigger_mazda.h
*
* @date Feb 18, 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_MAZDA_H_
#define TRIGGER_MAZDA_H_
#include "trigger_structure.h"
2015-01-12 16:05:46 -08:00
#include "engine.h"
2014-08-29 07:52:33 -07:00
2014-12-16 18:05:03 -08:00
#define MIATA_NA_GAP 1.4930f
2015-01-13 05:04:00 -08:00
void initializeMazdaMiataNaShape(TriggerShape *s);
void initializeMazdaMiataNbShape(TriggerShape *s);
2015-02-01 13:04:42 -08:00
void configureMazdaProtegeSOHC(TriggerShape *s);
2015-01-13 05:04:00 -08:00
void configureMazdaProtegeLx(TriggerShape *s);
2014-08-29 07:52:33 -07:00
#endif /* TRIGGER_MAZDA_H_ */