PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Aug 25, 2010 11:42 am |
|
|
Your code doesn't compile. It's missing several variable declarations.
This is not a CCS function:
It doesn't compile.
Post a test program that has all variable declarations, and an #include
statement for the PIC, #fuses, #use delay(), main(), and the program
must call the readKey() function.
Also post your compiler version. |
|