We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f2bfb commit 95264d7Copy full SHA for 95264d7
examples/setCustomSensitivity/setCustomSensitivity.ino
@@ -20,8 +20,8 @@ void setup()
20
while (!Serial)
21
;
22
//Set custom sens on X channel
23
- //TOUCH.setSensorsSensitivity(*channel*, *newSensitivity*);
24
- TOUCH.setSensorsSensitivity(0, 98);
+ //TOUCH.setSensorsSensitivity(*newSensitivity*, channel);
+ TOUCH.setSensorsSensitivity(98, 0);
25
// Qtouch initialization
26
if (!TOUCH.begin())
27
{
0 commit comments