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

16 lines
355 B
C
Raw Normal View History

2018-08-25 17:05:17 -07:00
/*
* @file trigger_vw.h
*
* @date Aug 25, 2018
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#ifndef CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_
#define CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_
#include "engine.h"
void setVwConfiguration(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX);
#endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_ */