2015-08-18 12:03:44 -07:00
|
|
|
/*
|
|
|
|
* @file tachometer.h
|
|
|
|
*
|
|
|
|
* @date Aug 18, 2015
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-08-18 12:03:44 -07:00
|
|
|
*/
|
|
|
|
|
2020-04-01 16:00:56 -07:00
|
|
|
#pragma once
|
2015-08-18 12:03:44 -07:00
|
|
|
|
|
|
|
#include "engine.h"
|
|
|
|
|
2020-04-01 16:00:56 -07:00
|
|
|
void initTachometer(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2020-08-21 12:36:43 -07:00
|
|
|
void tachSignalCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|