16 lines
321 B
C
16 lines
321 B
C
/**
|
|
* @file test_trigger_decoder.h
|
|
*
|
|
* @date Dec 24, 2013
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
|
|
#ifndef TEST_TRIGGER_DECODER_H_
|
|
#define TEST_TRIGGER_DECODER_H_
|
|
|
|
void testTriggerDecoder(void);
|
|
void testRpmCalculator(void);
|
|
void test1995FordInline6TriggerDecoder(void);
|
|
|
|
#endif /* TEST_TRIGGER_DECODER_H_ */
|