fome-fw/firmware/controllers/trigger/decoders/trigger_toyota.h

15 lines
243 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
2019-01-20 21:10:09 -08:00
#include "trigger_structure.h"
2015-12-14 10:01:18 -08:00
void initialize2jzGE1_12(TriggerWaveform *s);
void initialize2jzGE3_34(TriggerWaveform *s);
2015-12-14 10:01:18 -08:00