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

16 lines
349 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file trigger_mitsubishi.h
*
* @date Aug 5, 2014
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#ifndef TRIGGER_MITSUBISHI_H_
#define TRIGGER_MITSUBISHI_H_
2019-01-01 11:05:11 -08:00
#include "trigger_structure.h"
2015-07-10 06:01:56 -07:00
void initializeMitsubishi4g18(TriggerWaveform *s);
void configureFordAspireTriggerWaveform(TriggerWaveform * s);
2015-07-10 06:01:56 -07:00
#endif /* TRIGGER_MITSUBISHI_H_ */