diff --git a/touchcontroller/src/main.cpp b/touchcontroller/src/main.cpp index 0e4f844..33d13b7 100644 --- a/touchcontroller/src/main.cpp +++ b/touchcontroller/src/main.cpp @@ -5,7 +5,7 @@ byte touchOut=0; //binary encoded sensors uint16_t rawIn[INPUTS]; uint16_t countedLow[INPUTS]; //count the times input was below threshold (touched) -#define TOUCHTHRESHOLD 700 //below which value input counts as touched. 0