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
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
I am trying to set up multiple touch sensitive buttons, upon running the example code it seems as though pressing any 1 touch sense work as intended, however if I touch 2 or more of them, the number seems to be unchanged or even to drop. Is there a work around for this? or is this a hardware issue?
The text was updated successfully, but these errors were encountered:
I think I found a solution to this. Reading this I stumbled upon the circuit python repo that has a touch reset feature. So I was able to get multitouch working with the code below. This seems a little hacky since you need to the begin() function in the "loop" function but I didn't have any issues. Perhaps someone who understands registers more could clean up the touchin_reset function and add it to the repo.
Arduino board: Metro M0 Express
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
I am trying to set up multiple touch sensitive buttons, upon running the example code it seems as though pressing any 1 touch sense work as intended, however if I touch 2 or more of them, the number seems to be unchanged or even to drop. Is there a work around for this? or is this a hardware issue?
The text was updated successfully, but these errors were encountered: