admarschoonen / TouchLib

A generic touch library for Arduino, usable for both resistive and capacitive touch
GNU Lesser General Public License v3.0
28 stars 4 forks source link

Can this library work for detecting two touches at the same time? #17

Open mpouyakh9 opened 3 years ago

mpouyakh9 commented 3 years ago

Hello,

I am using this library for an e-textile project to detect touches. For one touch detection it works, but when I want to use it for multiple touches, some random values are generated and one of the sensors returns negative values.

How can I resolve this issue to be able detect multiple touches with this library?