arpruss / ADCTouchSensor

capacitive touch detection without external hardware for AVR and STM32
MIT License
43 stars 11 forks source link

Is it possible to use this library in a grid-matrix configuration? #8

Closed syntaxbullet closed 2 years ago

syntaxbullet commented 2 years ago

can this library be used to arrange electrodes in a matrix? or do they need to be isolated from each other, also how does this library do when multiple pads are pressed at once?

arpruss commented 2 years ago

I can't figure out a matrix configuration.

I think multiple pads at once should work, because they will be scanned sequentially.