From f16cce8be11be06f704fd0f141cb28dea233d802 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 15 Jan 2020 13:32:21 +0100 Subject: [PATCH] Basic doc for thermal modules started --- thermal/ThermalComponent.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thermal/ThermalComponent.h b/thermal/ThermalComponent.h index 93243868..7482bd9b 100644 --- a/thermal/ThermalComponent.h +++ b/thermal/ThermalComponent.h @@ -14,6 +14,9 @@ public: float hysteresis; float heaterSwitchoff; }; + + // TODO: Documentaiton ,what is NOP? + // propably Non-operational? struct NopParameters { float lowerNopLimit; float upperNopLimit;