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

Functions

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

Function Documentation

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 3 of file hellen_leds_176.cpp.

3 {
4 return Gpio::H10; // blue
5}

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 7 of file hellen_leds_176.cpp.

7 {
8 return Gpio::H9; // green
9}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 11 of file hellen_leds_176.cpp.

11 {
12 return Gpio::H11; // yellow
13}

Go to the source code of this file.