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

12 lines
164 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
void initTachometer();
void tachSignalCallback();