rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
config
boards
hellen
hellen_leds_64.cpp
Go to the documentation of this file.
1
// H64_LED1_RED usage see hellen-common64.mk
2
3
Gpio
getCommsLedPin
() {
4
return
Gpio::H64_LED2_BLUE;
5
}
6
7
Gpio
getWarningLedPin
() {
8
// this board has no warning led
9
return
Gpio::Unassigned
;
10
}
11
12
Gpio
getRunningLedPin
() {
13
// this board has no running led
14
return
Gpio::Unassigned
;
15
}
16
Gpio
Gpio
Definition
rusefi_hw_enums.h:14
Gpio::Unassigned
@ Unassigned
getWarningLedPin
Gpio getWarningLedPin()
Definition
hellen_leds_64.cpp:7
getCommsLedPin
Gpio getCommsLedPin()
Definition
hellen_leds_64.cpp:3
getRunningLedPin
Gpio getRunningLedPin()
Definition
hellen_leds_64.cpp:12
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8