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

Functions

Gpio getCommsLedPin ()
 
Gpio getWarningLedPin ()
 
Gpio getRunningLedPin ()
 
void setup_custom_board_overrides ()
 

Function Documentation

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 3 of file board_configuration.cpp.

3 {
4 // this board has no comms led
5 return Gpio::Unassigned;
6}
@ Unassigned

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 13 of file board_configuration.cpp.

13 {
14 // this board has no running led
15 return Gpio::Unassigned;
16}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 8 of file board_configuration.cpp.

8 {
9 // this board has no warning led
10 return Gpio::Unassigned;
11}

◆ setup_custom_board_overrides()

void setup_custom_board_overrides ( )

Definition at line 18 of file board_configuration.cpp.

18 {
19}

Referenced by main().

Here is the caller graph for this function:

Go to the source code of this file.