PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 214

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
Availability:
Requires:
Examples:
Example Files:
Also See:
input_change_x( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
200
value = input_change_a( );
value = input_change_b( );
value = input_change_c( );
value = input_change_d( );
value = input_change_e( );
value = input_change_f( );
value = input_change_g( );
value = input_change_h( );
value = input_change_j( );
value = input_change_k( );
None
An 8-bit or 16-bit int representing the changes on the port.
This function reads the level of the pins on the port and compares them to the
results the last time the input_change_x( ) function was called. A 1 is returned if the
value has changed, 0 if the value is unchanged.
All devices.
None
pin_check = input_change_b( );
None
input(
STANDARD_IO,
All devices.
Pin constants are defined in the devices .h file
while ( !input(PIN_B1) );
// waits for B1 to go high
if( input(PIN_A0) )
int16 i=PIN_B1;
while(!i);
//waits for B1 to go high
ex_pulse.c
input_x(), output_low(), output_high(),
STANDARD_IO,
printf("A0 is now high\r\n");
),
input_x(
),
General Purpose I/O
General Purpose I/O
output_x(
),
#USE
FIXED_IO,
#USE
FIXED_IO,
#USE
FAST_IO,
#USE
FAST_IO,
#USE
#USE

Related parts for PCDIDE COMPILER