Author |
Message |
Topic: Simple function overloading problem |
tbob
Replies: 1
Views: 5063
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|