rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
config
boards
test-build-guards
board_configuration.cpp
Go to the documentation of this file.
1
#include "
pch.h
"
2
3
Gpio
getCommsLedPin
() {
4
// this board has no comms led
5
return
Gpio::Unassigned
;
6
}
7
8
Gpio
getWarningLedPin
() {
9
// this board has no warning led
10
return
Gpio::Unassigned
;
11
}
12
13
Gpio
getRunningLedPin
() {
14
// this board has no running led
15
return
Gpio::Unassigned
;
16
}
17
18
void
setup_custom_board_overrides
() {
19
}
getWarningLedPin
Gpio getWarningLedPin()
Definition
board_configuration.cpp:11
getCommsLedPin
Gpio getCommsLedPin()
Definition
board_configuration.cpp:3
getRunningLedPin
Gpio getRunningLedPin()
Definition
board_configuration.cpp:7
setup_custom_board_overrides
void setup_custom_board_overrides()
Definition
board_configuration.cpp:40
Gpio
Gpio
Definition
rusefi_hw_enums.h:14
Gpio::Unassigned
@ Unassigned
pch.h
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8