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 3 of file hellen_leds_100.cpp.

3 {
4 return Gpio::MM100_LED3_BLUE;
5}

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 7 of file hellen_leds_100.cpp.

7 {
8 return Gpio::MM100_LED2_GREEN;
9}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 11 of file hellen_leds_100.cpp.

11 {
12 return Gpio::MM100_LED4_YELLOW;
13}

Go to the source code of this file.