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