Change some variable names, add stubs for sensor interface and an implementation
This commit is contained in:
11
app/include/HwmonTemperatureSensor.h
Normal file
11
app/include/HwmonTemperatureSensor.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef HWMONTEMPERATURESENSOR_H_
|
||||
#define HWMONTEMPERATURESENSOR_H_
|
||||
|
||||
#include <TemperatureSensor.h>
|
||||
|
||||
class HwmonTemperatureSensor : public TemperatureSensor {
|
||||
public:
|
||||
int getTemperature() override;
|
||||
};
|
||||
|
||||
#endif // HWMONTEMPERATURESENSOR_H_
|
||||
Reference in New Issue
Block a user