2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file test_trigger_decoder.h
|
|
|
|
*
|
|
|
|
* @date Dec 24, 2013
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_TRIGGER_DECODER_H_
|
|
|
|
#define TEST_TRIGGER_DECODER_H_
|
|
|
|
|
|
|
|
void testTriggerDecoder(void);
|
2016-01-25 08:02:31 -08:00
|
|
|
void testRpmCalculator(void);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
#endif /* TEST_TRIGGER_DECODER_H_ */
|