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

16 lines
289 B
C
Raw Normal View History

2018-10-30 01:46:13 -07:00
/*
* trigger_misc.h
*
* Created on: Oct 30, 2018
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2018-10-30 01:46:13 -07:00
*/
2020-01-12 23:30:49 -08:00
#pragma once
2018-10-30 01:46:13 -07:00
2019-01-01 11:05:11 -08:00
#include "trigger_structure.h"
2018-10-30 01:46:13 -07:00
void configureFiatIAQ_P8(TriggerWaveform * s);
void configureDaihatsu4(TriggerWaveform * s);
void configureFordST170(TriggerWaveform * s);
2018-10-30 01:46:13 -07:00