Gpio getCommsLedPin() {
return H144_LED3_BLUE;
}
Gpio getRunningLedPin() {
return H144_LED2_GREEN;
Gpio getWarningLedPin() {
return H144_LED4_YELLOW;