Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 391 → Rev 392

/QMK-Groundstation/branches/own_com_lib/com/QTCommunication.cpp
0,0 → 1,9
#include <QTCommunication.h>
 
void QTCommunication::connectMK(string addr) {
};
 
bool QTCommunication::sendCmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
};