rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
board_configuration.cpp File Reference

Functions

Gpio getCommsLedPin ()
 
Gpio getRunningLedPin ()
 
Gpio getWarningLedPin ()
 
void setBoardConfigOverrides ()
 

Function Documentation

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 3 of file board_configuration.cpp.

3 {
4 return Gpio::D15; /* LED4 - green */
5}

Referenced by initStatusLeds().

Here is the caller graph for this function:

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 7 of file board_configuration.cpp.

7 {
8 return Gpio::D14; /* LED3 - yellow */
9}

Referenced by initWarningRunningPins().

Here is the caller graph for this function:

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 11 of file board_configuration.cpp.

11 {
12 // this board has no warning led
13 return Gpio::Unassigned;
14}
@ Unassigned

Referenced by initWarningRunningPins().

Here is the caller graph for this function:

◆ setBoardConfigOverrides()

void setBoardConfigOverrides ( )

Definition at line 16 of file board_configuration.cpp.

16 {
17}

Go to the source code of this file.