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

Functions

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

Function Documentation

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 4 of file hellen_leds_144.cpp.

4 {
5 return H144_LED3_BLUE;
6}

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 8 of file hellen_leds_144.cpp.

8 {
9 return H144_LED2_GREEN;
10}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 12 of file hellen_leds_144.cpp.

12 {
13 return H144_LED4_YELLOW;
14}

Go to the source code of this file.