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

17 lines
351 B
C

/**
* @file trigger_gm.h
*
* @date Mar 28, 2014
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef TRIGGER_GM_H_
#define TRIGGER_GM_H_
#include "trigger_structure.h"
void configureGmTriggerShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
void initGmLS24(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
#endif /* TRIGGER_GM_H_ */