Subversion Repositories Projects

Rev

Rev 392 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include<Handler.h>

/**
 * read mixer values from FlightCtrl
 */

void Handler::read_mixer() {
    TX_Data[0] = 0;
    o_Connection->send_Cmd('n', ADDRESS_FC, TX_Data, 1, true);
}