You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thresholds are 45,000 for the untouched state and 55,000 for the touched state. Yet the gotTouchBut1() function is never called. Did I miss something?
If I use the same code on an ESP32-S2, it works without problems and enters the interrupt area as desired.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys,
the touch interrupt event never occurs in my code. I am using VS code with PlatformIO and Arduino framework.
Below is my code snippet:
The thresholds are 45,000 for the untouched state and 55,000 for the touched state. Yet the gotTouchBut1() function is never called. Did I miss something?
If I use the same code on an ESP32-S2, it works without problems and enters the interrupt area as desired.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions