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
3/**
4 * @brief Board-specific initialization code.
5 */
6void boardInit(void) {
7}
8
10 // this board has no warning led
11 return Gpio::Unassigned;
12}
13
17
19 // LD3 - green
20 return Gpio::G13;
21}
22
Gpio getWarningLedPin()
Gpio getCommsLedPin()
Gpio getRunningLedPin()
void setup_custom_board_overrides()
@ Unassigned
void boardInit()
Board-specific initialization code.