custom-board-bundle-sample-.../firmware/controllers/trigger/decoders/trigger_misc.h

16 lines
377 B
C
Raw Normal View History

2018-10-30 01:46:13 -07:00
/*
* trigger_misc.h
*
* Created on: Oct 30, 2018
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#ifndef CONTROLLERS_TRIGGER_DECODERS_TRIGGER_MISC_H_
#define CONTROLLERS_TRIGGER_DECODERS_TRIGGER_MISC_H_
#include "trigger_structure.h"
void configureFiatIAQ_P8(TriggerShape * s DECLARE_ENGINE_PARAMETER_SUFFIX);
#endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_MISC_H_ */