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

Functions

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

Function Documentation

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 3 of file hellen_leds_64.cpp.

3 {
4 return Gpio::H64_LED2_BLUE;
5}

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 12 of file hellen_leds_64.cpp.

12 {
13 // this board has no running led
14 return Gpio::Unassigned;
15}
@ Unassigned

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 7 of file hellen_leds_64.cpp.

7 {
8 // this board has no warning led
9 return Gpio::Unassigned;
10}

Go to the source code of this file.