Hello,
I want to configure an analog pin on my Arduino 101 to be a capacitive touch sensor. However, when I run the ADCTouch library, it gives me the error below:
WARNING: library ADCTouch claims to run on (avr) architecture(s) and may be incompatible with your current board which runs on (arc32) architecture(s).
Is there any library that I could download to use on my Arduino 101?
Thank you,
Tbot1000