rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
gauges
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
15
bool
isMilEnabled
();
16
void
initMalfunctionIndicator
(
void
);
17
18
#endif
/* EFI_MALFUNCTION_INDICATOR */
19
initMalfunctionIndicator
void initMalfunctionIndicator(void)
Definition
malfunction_indicator.cpp:120
isMilEnabled
bool isMilEnabled()
Definition
malfunction_indicator.cpp:116
Generated on Fri Sep 26 2025 00:10:14 for rusEFI by
1.9.8