Organize the files
This commit is contained in:
10
app/include/fan/Fan.h
Normal file
10
app/include/fan/Fan.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef FAN_H_
|
||||
#define FAN_H_
|
||||
|
||||
class Fan {
|
||||
public:
|
||||
virtual void PWM(int percent) = 0;
|
||||
virtual int RPM() = 0;
|
||||
};
|
||||
|
||||
#endif // FAN_H_
|
||||
Reference in New Issue
Block a user