rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
malfunction_indicator.h
Go to the documentation of this file.
1/**
2 * @file malfunction_indicator.h
3 * @brief We can blink out OBD-II error codes using Malfunction Indicator Light (MIL)
4 *
5 *
6 * @date Dec 20, 2013
7 * @author Konstantin Nikonenko
8 * @author Andrey Belomutskiy, (c) 2012-2020
9 */
10
11#pragma once
12
13#if EFI_MALFUNCTION_INDICATOR
14
15bool isMilEnabled();
17
18#endif /* EFI_MALFUNCTION_INDICATOR */
19
void initMalfunctionIndicator(void)
bool isMilEnabled()