We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230c19a commit 0435809Copy full SHA for 0435809
tests/touch/touch.ino
@@ -61,6 +61,8 @@ uint8_t TOUCH_GPIOS[] = {1,2,3,4,5,6,7,8,9,10,11,12/*,13,14*/};
61
#define RELEASED_VALUE 25000 //25000- read value to pass test
62
#define PRESSED_VALUE 100000 //150000+ read value to pass test
63
#define INTERRUPT_THRESHOLD 80000
64
+#else
65
+ #error Test not currently supported on this chip. Please adjust and try again!
66
#endif
67
68
0 commit comments