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

Functions

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

Function Documentation

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 1 of file hellen_leds_100.cpp.

1 {
2 return Gpio::MM100_LED3_BLUE;
3}

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 5 of file hellen_leds_100.cpp.

5 {
6 return Gpio::MM100_LED2_GREEN;
7}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 9 of file hellen_leds_100.cpp.

9 {
10 return Gpio::MM100_LED4_YELLOW;
11}

Go to the source code of this file.