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

17 lines
313 B
C
Raw Normal View History

2015-12-14 10:01:18 -08:00
/*
* @file trigger_toyota.h
*
* @date Dec 14, 2015
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-12-14 10:01:18 -08:00
*/
2020-01-12 23:30:49 -08:00
#pragma once
2015-12-14 10:01:18 -08:00
class TriggerWaveform;
2015-12-14 10:01:18 -08:00
void initialize2jzGE1_12(TriggerWaveform *s);
2020-05-09 20:47:51 -07:00
// TT_2JZ_3_34
2020-05-08 22:15:55 -07:00
void initialize2jzGE3_34_simulation_shape(TriggerWaveform *s);
2015-12-14 10:01:18 -08:00
void initializeToyota4_1(TriggerWaveform *s);