Andrey 2024-05-16 19:22:55 -04:00
parent b6b60d8408
commit 1b05a5f84c
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "pch.h"
#include "livedata_board_extra.h"
Gpio getCommsLedPin() {
return Gpio::Unassigned;
@ -12,6 +13,13 @@ Gpio getWarningLedPin() {
return Gpio::Unassigned;
}
extra_s extraGauges;
template<>
const extra_s* getLiveData(size_t) {
return &extraGauges;
}
// board-specific configuration setup
void setBoardDefaultConfiguration() {
// engineConfiguration->injectionPins[0] = Gpio::F13;