rusefi-1/firmware/controllers/trigger/decoders/trigger_nissan.h

17 lines
446 B
C
Raw Normal View History

2015-09-19 16:01:46 -07:00
/**
* @file trigger_nissan.h
*
* @date Sep 19, 2015
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-09-19 16:01:46 -07:00
*/
#ifndef CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
#define CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_
#include "trigger_structure.h"
2017-05-15 20:33:22 -07:00
void initializeNissanSR20VE_4(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
void initializeNissanSR20VE_4_360(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
2015-09-19 16:01:46 -07:00
#endif /* CONTROLLERS_TRIGGER_TRIGGER_NISSAN_H_ */