2018-03-04 13:13:23 -08:00
|
|
|
/*
|
|
|
|
* test_startOfCrankingPrimingPulse.h
|
|
|
|
*
|
|
|
|
* Created on: Mar 4, 2018
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_STARTOFCRANKINGPRIMINGPULSE_H_
|
|
|
|
#define TEST_STARTOFCRANKINGPRIMINGPULSE_H_
|
|
|
|
|
2018-09-16 19:39:46 -07:00
|
|
|
#include "global.h"
|
2018-03-04 13:13:23 -08:00
|
|
|
|
|
|
|
void testPlainCrankingWithoutAdvancedFeatures();
|
|
|
|
void testStartOfCrankingPrimingPulse();
|
|
|
|
|
|
|
|
#endif /* TEST_STARTOFCRANKINGPRIMINGPULSE_H_ */
|