rusefi-1/firmware/controllers/trigger/decoders/trigger_vw.h

16 lines
332 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_
2018-12-25 17:56:54 -08:00
#include "trigger_decoder.h"
2018-08-25 17:05:17 -07:00
2018-12-25 17:56:54 -08:00
void setVwConfiguration(TriggerShape *s);
2018-08-25 17:05:17 -07:00
#endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_ */