ADCTouch icon indicating copy to clipboard operation
ADCTouch copied to clipboard

touch sensing library for Arduino

Results 7 ADCTouch issues
Sort by recently updated
recently updated
newest added

Is there any chance you can support the new Attiny 0/1 series? ADMUX is not defined (in the Arduino IDE at least).

not installing from arduino labray list dose tell its is install keep get erorr C:\Users\ken58\OneDrive\Documents\Arduino\libraries\ADCTouch: loading library.properties: Error reading file: Error parsing data at line 0: Invalid line not showing...

This isn't really an issue but a question. Is it possible to use this library on a stand alone atmega328p running on 8mhz and 3,3v?

Division on AVRs is very expensive in both time and space. Signed long division will increase code size by about 150 bytes. Even better would be to do the averaging...

The tiny13 only has 2 mux bits, not 4. I'm guessing the code has not been tested on the t13. as it won't work unless ADC1 (PB2) happens to be...

Right now the ADCTouch.read() seems to be returning negative results when running on a 16 or 16.5mhz ATTINY85. The sensitivity of the same conductive pad is really low compared to...

Can this work with the ATSAMD51 chips? Vor are ther alternative libs for this? I landed her from a search and this question: https://arduino.stackexchange.com/questions/43663/built-in-capacitive-touch-detection-with-samd21-development-board-arduino-zero#43694