fan: init wrapper class
This commit is contained in:
18
esp-vent-main/src/Fan.cpp
Normal file
18
esp-vent-main/src/Fan.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Fan.cpp
|
||||
*
|
||||
* Created on: Oct 26, 2022
|
||||
* Author: tylen
|
||||
*/
|
||||
|
||||
#include "Fan.h"
|
||||
|
||||
Fan::Fan(ModbusRegister * A01) {
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
}
|
||||
|
||||
Fan::~Fan() {
|
||||
// TODO Auto-generated destructor stub
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user