kbruin79
Joined: 02 Aug 2010 Posts: 30
|
CCS mtouch controlling sensitivity |
Posted: Tue Aug 02, 2011 11:26 am |
|
|
Hello,
I have built a prototype board with 10 Capsense buttons using pic16f727.
I am using the CCS built in library functions
The problem is that some buttons are more sensitive than others to finger touch. Is there a way to control the sensitivity of each button? set the threshold, scantime etc...
Thanks
Code: |
#use touchpad(scantime=66ms threshold=4,PIN_D0='0',PIN_D1='1',PIN_D2='2') |
|
|