Basic doc for thermal modules started

This commit is contained in:
Robin Müller 2020-01-15 13:32:21 +01:00
parent 59b25bee86
commit f16cce8be1
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ public:
float hysteresis;
float heaterSwitchoff;
};
// TODO: Documentaiton ,what is NOP?
// propably Non-operational?
struct NopParameters {
float lowerNopLimit;
float upperNopLimit;