interfacing capacitance touch key with pic18f44k22

Thread Starter

kirankumar8951

Joined Aug 5, 2014
3
Hi Nsaspook

I am trying to interface pic18f44k22 with capacitance touch key, before that i am trying to understand attached zip code and other detail of this link.

Problem faced: unable to build the code
Error [1105] symbol 'CCP_5_SEL_TMR12' has not been defined
Error [1105] symbol 'T2_PS_1_1' has not been defined
Error [1105] symbol 'T2_POST_1_8' has not been defined
Warning [2058] call of function without prototype

Details required:
1)I am new to this pic micro controller and capacitance touch so any one please share more details about this project ?
2) which compiler has been used in this project?

I appreciate your work in this thread.

Regards
Kiran Kumar
 

Thread Starter

kirankumar8951

Joined Aug 5, 2014
3
Hi

I am trying to interface pic18f44k22 with capacitance touch key, before that i am trying to understand attached zip code and other detail of this link.
http://forum.allaboutcircuits.com/showthread.php?p=434144#post434144

Problem faced: unable to build the code
Error [1105] symbol 'CCP_5_SEL_TMR12' has not been defined
Error [1105] symbol 'T2_PS_1_1' has not been defined
Error [1105] symbol 'T2_POST_1_8' has not been defined
Warning [2058] call of function without prototype

Details required:
1)I am new to this pic micro controller and capacitance touch so any one please share more details about this project ?
2) which compiler has been used in this project?

I appreciate your work in this thread.

Regards
Kiran Kumar
 

shteii01

Joined Feb 19, 2010
4,644
nsaspook is using pic18f46k22. You are using pic18f44k22. It seems you need to go through the code and edit it to fit your chip.
 
Top