rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
config
boards
hellen
hellen_leds_176.cpp
Go to the documentation of this file.
1
2
// original mcu176 (not mm-mcu176)
3
Gpio
getCommsLedPin
() {
4
return
Gpio::H10
;
// blue
5
}
6
7
Gpio
getRunningLedPin
() {
8
return
Gpio::H9
;
// green
9
}
10
11
Gpio
getWarningLedPin
() {
12
return
Gpio::H11
;
// yellow
13
}
Gpio
Gpio
Definition
rusefi_hw_enums.h:14
Gpio::H10
@ H10
Gpio::H9
@ H9
Gpio::H11
@ H11
getWarningLedPin
Gpio getWarningLedPin()
Definition
hellen_leds_176.cpp:11
getCommsLedPin
Gpio getCommsLedPin()
Definition
hellen_leds_176.cpp:3
getRunningLedPin
Gpio getRunningLedPin()
Definition
hellen_leds_176.cpp:7
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8