rusefi-1/firmware/controllers/gauges/tachometer.h

14 lines
193 B
C
Raw Normal View History

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);
2015-08-18 12:03:44 -07:00