rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
tachometer.h
Go to the documentation of this file.
1/*
2 * @file tachometer.h
3 *
4 * @date Aug 18, 2015
5 * @author Andrey Belomutskiy, (c) 2012-2020
6 */
7
8#pragma once
9
10
12public:
13 void init();
14 void onFastCallback() override;
15private:
17};
void onFastCallback() override