Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 449 → Rev 450

/QMK-Groundstation/branches/libMK/libMK/QTSerialCommunication.h
18,8 → 18,8
ManageSerialPort * serial;
public:
QTSerialCommunication();
void connect_MK(string addr);
bool send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend);
void connect_MK(char * addr);
void send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend);
void stop_resend();
};
#endif