16 lines
377 B
C
16 lines
377 B
C
|
/*
|
||
|
* 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_ */
|