16 lines
310 B
C
16 lines
310 B
C
|
/**
|
||
|
* @file trigger_emulator_algo.h
|
||
|
*
|
||
|
* @date Mar 3, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#ifndef TRIGGER_EMULATOR_ALGO_H_
|
||
|
#define TRIGGER_EMULATOR_ALGO_H_
|
||
|
|
||
|
#include "pwm_generator_logic.h"
|
||
|
|
||
|
void initTriggerEmulatorLogic(pwm_gen_callback *callback);
|
||
|
|
||
|
#endif /* TRIGGER_EMULATOR_ALGO_H_ */
|