diff --git a/touchcontroller/src/main.cpp b/touchcontroller/src/main.cpp index 8db8487..0e4f844 100644 --- a/touchcontroller/src/main.cpp +++ b/touchcontroller/src/main.cpp @@ -10,8 +10,7 @@ uint16_t countedLow[INPUTS]; //count the times input was below threshold (touche // Inputdelay is given by: COUNTEDLOWTHRESHOLD*ADCREADINTERVAL unsigned long last_adcmicros=0; -//#define ADCREADINTERVAL 2000 //in microseconds. interval to read all adc values -#define ADCREADINTERVAL 20000 //in microseconds. interval to read all adc values +#define ADCREADINTERVAL 2000 //in microseconds. interval to read all adc values unsigned long last_send=0; #define MINIMUMSENDDELAY 10 //in milliseconds. minimum delay between serial sends @@ -50,11 +49,11 @@ void loop() { //Serial.print(analogRead(A1)); //Serial.print(": "); //Serial.println(micros()-mic); - - Serial.print(rawIn[1]); + /* + Serial.print(rawIn[0]); Serial.print(", "); Serial.print(rawIn[1]); - Serial.println(); + Serial.println();*/ for (uint8_t i=0;i