Subversion Repositories Projects

Rev

Rev 397 | Rev 440 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 397 Rev 399
Line 12... Line 12...
12
 */
12
 */
13
bool QTCommunication::send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
13
bool QTCommunication::send_cmd(char cmd, int address, char data[150], unsigned int length, bool resend) {
14
    return true;
14
    return true;
15
};
15
};
Line -... Line 16...
-
 
16
 
-
 
17
/**
-
 
18
 * stop sending commands to Mikrokopter
-
 
19
 * stop timer
16
 
20
 */
Line 17... Line 21...
17
void QTCommunication::stop_resend() {
21
void QTCommunication::stop_resend() {
18
   
22