rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
board_configuration.cpp File Reference

Functions

void boardInit (void)
 Board-specific initialization code.
 
Gpio getWarningLedPin ()
 
Gpio getCommsLedPin ()
 
Gpio getRunningLedPin ()
 
void setup_custom_board_overrides ()
 

Function Documentation

◆ boardInit()

void boardInit ( void  )

Board-specific initialization code.

Definition at line 6 of file board_configuration.cpp.

6 {
7}

◆ getCommsLedPin()

Gpio getCommsLedPin ( )

Definition at line 14 of file board_configuration.cpp.

14 {
15 return Gpio::Unassigned;
16}
@ Unassigned

◆ getRunningLedPin()

Gpio getRunningLedPin ( )

Definition at line 18 of file board_configuration.cpp.

18 {
19 // LD3 - green
20 return Gpio::G13;
21}

◆ getWarningLedPin()

Gpio getWarningLedPin ( )

Definition at line 9 of file board_configuration.cpp.

9 {
10 // this board has no warning led
11 return Gpio::Unassigned;
12}

◆ setup_custom_board_overrides()

void setup_custom_board_overrides ( )

Definition at line 23 of file board_configuration.cpp.

23 {
24}

Go to the source code of this file.