From 5e3ffbc1a0a9af57476fd5b2504fa947226c807a Mon Sep 17 00:00:00 2001 From: Fisch Date: Sat, 15 Jan 2022 13:36:55 +0100 Subject: [PATCH] make more sensitirve --- touchcontroller/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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