19 lines
226 B
C++
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
|
|
}
|
|
|