PCWHD IDE COMPILER Custom Computer Services Inc (CCS), PCWHD IDE COMPILER Datasheet - Page 32

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
For example:
A '//' followed by an * will tell the compiler that the keyword which follows it will be the named
comment. The actual comment that follows it will be exported as a paragraph to the documentation
generator.
Multiple line comments can be specified by adding a : after the *, so the compiler will not
concatenate the comments that follow. For example:
Variable Comments – A variable comment is a comment that appears immediately after a variable
declaration. For example:
Function Comments – A function comment is a comment that appears just before a function
declaration. For example:
Function Named Comments – The named comments can be used for functions in a similar manner
to the Global Comments. These comments appear before the function, and the names are
exported as-is to the documentation generator.
18
//*PURPOSE This program implements a Bootloader.
//*AUTHOR John Doe
/**:CHANGES
*/
int seconds; // Number of seconds since last entry
long day,
int month, /* Current Month */
long year;
// The following function initializes outputs
void function_foo()
{
init_outputs();
}
For example:
//*PURPOSE This function displays data in BCD format
void display_BCD( byte n)
{
display_routine();
}
05/16/06 Added PWM loop
05/27.06 Fixed Flashing problem
// Current day of the month
// Year

Related parts for PCWHD IDE COMPILER