Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 462 → Rev 461

/QMK-Groundstation/branches/libMK/libMK/Handler.cpp
1,5 → 1,4
#include "Handler.h"
#include <iostream>
#include<Handler.h>
 
/**
* Constructor that gets a communication instance
322,7 → 321,7
// Debug-Daten
case 'D' : // DONE 0.71g
for (int i = 0; i < MaxAnalog; i++) {
std::cout << Parser::dataToInt(data, (i * 2) + 2) << std::endl;
//AnalogData[i] = Parser::dataToInt(RX.decode, (i * 2) + 2);
}
//show_DebugData();
break;