2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file test_signal_executor.h
|
|
|
|
*
|
|
|
|
* @date Nov 28, 2013
|
2017-01-03 11:05:36 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_SIGNAL_EXECUTOR_H_
|
|
|
|
#define TEST_SIGNAL_EXECUTOR_H_
|
|
|
|
|
|
|
|
int getRevolutionCounter();
|
|
|
|
void testSignalExecutor(void);
|
2018-12-08 12:08:02 -08:00
|
|
|
void testPwmGenerator();
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
#endif /* TEST_SIGNAL_EXECUTOR_H_ */
|