rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
board_configuration.cpp
Go to the documentation of this file.
1#include "pch.h"
2
4 return Gpio::D15; /* LED4 - green */
5}
6
8 return Gpio::D14; /* LED3 - yellow */
9}
10
12 // this board has no warning led
13 return Gpio::Unassigned;
14}
15
Gpio getWarningLedPin()
Gpio getCommsLedPin()
Gpio getRunningLedPin()
void setBoardConfigOverrides()
@ Unassigned