rusefi-1/firmware/controllers/tachometer.h

16 lines
257 B
C
Raw Normal View History

2015-08-18 12:03:44 -07:00
/*
* @file tachometer.h
*
* @date Aug 18, 2015
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-08-18 12:03:44 -07:00
*/
#ifndef CONTROLLERS_TACHOMETER_H_
#define CONTROLLERS_TACHOMETER_H_
#include "engine.h"
void initTachometer(void);
#endif /* CONTROLLERS_TACHOMETER_H_ */