17 lines
341 B
C
17 lines
341 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_S);
|
|
void initGmLS24(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
|
|
|
|
#endif /* TRIGGER_GM_H_ */
|