2015-12-14 10:01:18 -08:00
|
|
|
/*
|
|
|
|
* @file trigger_toyota.h
|
|
|
|
*
|
|
|
|
* @date Dec 14, 2015
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-12-14 10:01:18 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
|
|
|
|
#define CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_
|
|
|
|
|
2019-01-20 21:10:09 -08:00
|
|
|
#include "trigger_structure.h"
|
2015-12-14 10:01:18 -08:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void initialize2jzGE1_12(TriggerWaveform *s);
|
|
|
|
void initialize2jzGE3_34(TriggerWaveform *s);
|
2015-12-14 10:01:18 -08:00
|
|
|
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_TRIGGER_TOYOTA_H_ */
|