Cleanup, more documentation

This commit is contained in:
2022-09-27 22:50:01 +02:00
parent df943620d6
commit 0e75299c20
5 changed files with 52 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ public:
private:
std::shared_ptr<PWMControl> mPWMControl;
std::shared_ptr<Sensor> mRpmSensor;
std::string mLabel;
};
#endif // HWMONFAN_H_

View File

@@ -1,9 +1,7 @@
#ifndef PWMCONTROLFACADE_H_
#define PWMCONTROLFACADE_H_
#include <filesystem>
#include <memory>
#include <regex>
#include <vector>
#include <pwm/PWMControl.h>