From 8ce0ee19f2966ae4d39bcb1f941dba6f5511f5f9 Mon Sep 17 00:00:00 2001 From: GitHub git update Action Date: Tue, 30 Jul 2024 22:04:44 +0000 Subject: [PATCH] Auto-generated Connectors [no ci] --- connectors/generated_outputs.h | 4 ++++ connectors/generated_ts_name_by_pin.cpp | 2 ++ 2 files changed, 6 insertions(+) diff --git a/connectors/generated_outputs.h b/connectors/generated_outputs.h index 73eb6e3..f601434 100644 --- a/connectors/generated_outputs.h +++ b/connectors/generated_outputs.h @@ -24,6 +24,8 @@ Gpio GENERATED_OUTPUTS = { Gpio::C11, // VVT2 (C11) Gpio::C13, // Fan (PC13) Gpio::D4, // CAM2 (PD4) + Gpio::D5, // USART-TX (PD5) + Gpio::D6, // USART-RX (PD6) Gpio::D2, // Ignition 7 (PD2) Gpio::D3, // Ignition 8 (PD3) Gpio::D10, // Injector 5 (PD10) @@ -55,6 +57,8 @@ Gpio GENERATED_OUTPUTS = { // "VVT2 (C11)", // "Fan (PC13)", // "CAM2 (PD4)", +// "USART-TX (PD5)", +// "USART-RX (PD6)", // "Ignition 7 (PD2)", // "Ignition 8 (PD3)", // "Injector 5 (PD10)", diff --git a/connectors/generated_ts_name_by_pin.cpp b/connectors/generated_ts_name_by_pin.cpp index 15394e4..bcea9f8 100644 --- a/connectors/generated_ts_name_by_pin.cpp +++ b/connectors/generated_ts_name_by_pin.cpp @@ -30,6 +30,8 @@ const char * getBoardSpecificPinName(brain_pin_e brainPin) { case Gpio::D2: return "Ignition 7 (PD2)"; case Gpio::D3: return "Ignition 8 (PD3)"; case Gpio::D4: return "CAM2 (PD4)"; + case Gpio::D5: return "USART-TX (PD5)"; + case Gpio::D6: return "USART-RX (PD6)"; case Gpio::D9: return "Injector 3"; case Gpio::E0: return "Injector 1"; case Gpio::E11: return "Ignition 5 (PE11)";