2022-10-26 22:26:28 +03:00

19 lines
226 B
C++

/*
* 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
}