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

Functions

Gpio getWarningLedPin ()
 
Gpio getCommsLedPin ()
 
Gpio getRunningLedPin ()
 

Function Documentation

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 8 of file board_configuration.cpp.

8 {
9 return Gpio::Unassigned;
10}
@ Unassigned

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 12 of file board_configuration.cpp.

12 {
13 return Gpio::Unassigned;
14}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 3 of file board_configuration.cpp.

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

Go to the source code of this file.