From 53546d80d955024f0cf0d3b379e1788a5da75928 Mon Sep 17 00:00:00 2001 From: Wither <86643519+ItsDaWither@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:13:24 -0700 Subject: [PATCH] Add backend pid_graph item --- oresat_configs/base/cfc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oresat_configs/base/cfc.yaml b/oresat_configs/base/cfc.yaml index 46db795..6dffbac 100644 --- a/oresat_configs/base/cfc.yaml +++ b/oresat_configs/base/cfc.yaml @@ -63,6 +63,11 @@ objects: description: the tec is saturated access_type: ro + - name: pid_graph + data_type: domain + description: graph of temperatures and pid outputs + access_type: ro + - name: pid_setpoint data_type: int8 description: the tec target temperature in celsius