Using a PIC18f252. My compiler gives me the unidentified identifier error when compiling. set_up_ccp1 will compile ok. same for set_duty_pwmX.
set_duty_pwm1 is ok. set_duty_pwm2 won't work. Any insights?
thanks
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
Posted: Sun Jan 16, 2005 2:34 pm
Post a small test program demonstrating the problem. Include the processor and compiler version. Make sure you use the code button when posting code.
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Sun Jan 16, 2005 4:08 pm
Quote:
set_duty_pwm2 won't work
The actual function name is different from the one given in your post.
I tested this line with PCH vs. 3.188 and it compiled without error:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum