rusefi/firmware/controllers/actuators/pwm_tester.h

13 lines
196 B
C

/**
* @file pwm_tester.h
*
* @date Apr 29, 2014
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef PWMTESTER_H_
#define PWMTESTER_H_
void initPwmTester(void);
#endif /* PWMTESTER_H_ */