From ead3853f9a72ef5547de8b09ffd65b512a6f9bd1 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 23 Nov 2021 15:00:47 -0500 Subject: [PATCH] live data for wastegate #3588 --- firmware/controllers/actuators/boost_control.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 firmware/controllers/actuators/boost_control.txt diff --git a/firmware/controllers/actuators/boost_control.txt b/firmware/controllers/actuators/boost_control.txt new file mode 100644 index 0000000000..9f288d7b3e --- /dev/null +++ b/firmware/controllers/actuators/boost_control.txt @@ -0,0 +1,10 @@ +struct_no_prefix boost_control_s + +bit isTpsValid +bit m_shouldResetPid + +float openLoopPart; +float closedLoopPart; + + +end_struct \ No newline at end of file