2015-08-18 12:03:44 -07:00
|
|
|
/*
|
|
|
|
* @file tachometer.h
|
|
|
|
*
|
|
|
|
* @date Aug 18, 2015
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
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_ */
|