CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Simple function overloading problem
tbob

Replies: 1
Views: 5063

PostForum: General CCS C Discussion   Posted: Tue May 15, 2007 2:58 pm   Subject: Simple function overloading problem
I'm trying to overload a very simple function I've created. I've tried using a header containing function prototypes, or not using them.



short lbatt_light(void);
short lbatt_light( ...
  Topic: the answer has got to be easy...
tbob

Replies: 4
Views: 5894

PostForum: General CCS C Discussion   Posted: Wed Dec 06, 2006 10:53 am   Subject: the answer has got to be easy...
OK, I'll look, but I'm not exactly sure what I'm looking for. There's a section on the CCP, which mentions SET_PWMx_DUTY(), but no mention of SETUP_POWER_PWM(). Is it possible that not all functions a ...
  Topic: the answer has got to be easy...
tbob

Replies: 4
Views: 5894

PostForum: General CCS C Discussion   Posted: Wed Dec 06, 2006 9:35 am   Subject: the answer has got to be easy...
I'm using the CCS compiler as a plugin for MPLAB. It recognizes the output_g() function, but not the setup_power_pwm() function. Here's my code:


#include <18F8722.h>

#fuses HS, NOWDT, NO ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group