test_sdk/hw/ADCCluster/adcchannel.cpp

8 lines
92 B
C++

#include "adcchannel.h"
ADCChannel::ADCChannel(QObject *parent)
: QObject{parent}
{
}