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 // this board has no comms led
5 return Gpio::Unassigned;
6}
7
9 // this board has no warning led
10 return Gpio::Unassigned;
11}
12
14 // this board has no running led
15 return Gpio::Unassigned;
16}
17
Gpio getWarningLedPin()
Gpio getCommsLedPin()
Gpio getRunningLedPin()
void setup_custom_board_overrides()
@ Unassigned