Add Fan stubs, rework Sensors classes
This commit is contained in:
12
app/include/HwmonFan.h
Normal file
12
app/include/HwmonFan.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef HWMONFAN_H_
|
||||
#define HWMONFAN_H_
|
||||
|
||||
#include <Fan.h>
|
||||
|
||||
class HwmonFan : public Fan {
|
||||
public:
|
||||
void PWM(int value) override;
|
||||
int RPM() override;
|
||||
};
|
||||
|
||||
#endif // HWMONFAN_H_
|
||||
Reference in New Issue
Block a user