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 4fa91de commit be005feCopy full SHA for be005fe
libraries/ESP32/examples/Touch/TouchButton/TouchButton.ino
@@ -6,7 +6,7 @@ The sketh will tell when it is touched and then relesased as like a push-button
6
This method based on touchInterruptSetThresholdDirection() is only available for ESP32
7
*/
8
9
-#include <Arduino.h>
+#include "Arduino.h"
10
11
int threshold = 40;
12
bool touchActive = false;
libraries/ESP32/examples/Touch/TouchButtonV2/TouchButtonV2.ino
This method based on touchInterruptGetLastStatus() is only available for ESP32 S2 and S3
int threshold = 1500; // ESP32S2
bool touch1detected = false;
0 commit comments