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

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
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 PCWHD IDE COMPILER