rusefi-1/firmware/controllers/tachometer.h

16 lines
257 B
C

/*
* @file tachometer.h
*
* @date Aug 18, 2015
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONTROLLERS_TACHOMETER_H_
#define CONTROLLERS_TACHOMETER_H_
#include "engine.h"
void initTachometer(void);
#endif /* CONTROLLERS_TACHOMETER_H_ */