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