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

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
touchpad_hit( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
300
value = TOUCHPAD_HIT( ). if( TOUCHPAD_HIT( ) )
None
TRUE or FALSE
Returns TRUE if a Capacitive Sensing Module (CSM) key has been pressed. If
TRUE, then a call to touchpad_getc() will not cause the program to wait for a key
press.
All PIC's with a CSM Module
#USE TOUCHPAD (options)
// When the pad connected to PIN_B0 is activated, store the
letter 'A'
#USE TOUCHPAD (PIN_B0='A')
void main(void){
pressed
}
None
#USE TOUCHPAD (
char c;
enable_interrupts(GLOBAL);
while (TRUE) {
if ( TOUCHPAD_HIT() )
}
c = TOUCHPAD_GETC();
),
touchpad_state(
),
touchpad_getc( )
//wait until key on PIN_B0 is
//get key that was pressed
//c will get value 'A'

Related parts for PCDIDE COMPILER