Improve logic to handle fans stopping

This commit is contained in:
2022-10-10 00:25:09 +02:00
parent 0f91960ef9
commit 596a30b76a
7 changed files with 30 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ public:
virtual int StartPWM() = 0;
virtual void FindPWMLimits() = 0;
virtual void AdjustPWMLimits() = 0;
};
#endif // FAN_H_