This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/server/radio433.cpp
2013-12-30 16:10:03 +01:00

11 lines
113 B
C++

#include "radio433.h"
Radio433::Radio433(QObject *parent)
{
}
void Radio433::sendData(QList<int> rawData)
{
}