Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 159 → Rev 167

/QMK-Groundstation/trunk/ToolBox.h
26,7 → 26,7
{
public :
ToolBox();
static bool Decode64(sRxData &RX, bool Long);
static bool Decode64(sRxData &RX, bool Long = true);
static bool check_CRC(QString RXString);
static QString add_CRC(QString TXString);
static QString Encode64(char Data[150],unsigned int Length);