/* * @file tachometer.h * * @date Aug 18, 2015 * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once void initTachometer(DECLARE_ENGINE_PARAMETER_SIGNATURE); void tachSignalCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE);