Author |
Message |
Topic: Problem with #USE TOUCHPAD in the PIC18F46J50 |
longos
Replies: 12
Views: 28789
|
Forum: General CCS C Discussion Posted: Thu Apr 12, 2012 9:49 am Subject: Problem with #USE TOUCHPAD in the PIC18F46J50 |
PIC18F26K80
Doesn't work ! |
Topic: Problem with #USE TOUCHPAD in the PIC18F46J50 |
longos
Replies: 12
Views: 28789
|
Forum: General CCS C Discussion Posted: Mon Apr 02, 2012 5:46 am Subject: Problem with #USE TOUCHPAD in the PIC18F46J50 |
Unfortunately, this code does not run on processors 18F series even though the correct compilation.
When will it be released update to the compiler that supports these processors? |
Topic: 12F1840 & Touchpad Library |
longos
Replies: 2
Views: 6113
|
Forum: General CCS C Discussion Posted: Wed Mar 28, 2012 3:55 am Subject: 12F1840 & Touchpad Library |
//#USE TOUCHPAD(RANGE=H, THRESHOLD=6, SCANTIME=32, PIN_A2='B', PIN_A4='A')
You are toggling Pin A4.This line is in comment. I use only PIN_A2. |
Topic: 12F1840 & Touchpad Library |
longos
Replies: 2
Views: 6113
|
Forum: General CCS C Discussion Posted: Tue Mar 27, 2012 4:47 am Subject: 12F1840 & Touchpad Library |
I try to use TOUCHPAD library with 12F1840. When I use only PIN_A2 all is OK, but when I declare
#USE TOUCHPAD(RANGE=H, THRESHOLD=6, SCANTIME=32, PIN_A2='A', PIN_A4='B')
Touch buttons doesn't works ... |
|