www.pudn.com > HT1621Control.rar > touch_drv.h


/*H************************************************************************** 
* NAME:         touch_drv.h          
*---------------------------------------------------------------------------- 
* Copyright (c) 2006 Atmel. 
*---------------------------------------------------------------------------- 
* RELEASE:      C51 Sample       
* REVISION:     1.00      
*---------------------------------------------------------------------------- 
* PURPOSE: 
*****************************************************************************/ 
 
/*_____ I N C L U D E S ____________________________________________________*/ 
 
bit Touch_PositionXY (void); 
Byte Touch_PositionA (void); 
bit Touch_Read (void); 
bit Touch_Write (Byte PID, Byte bRegister); 
Byte Touch_scanByteLSB (Byte bBit); 
void Touch_getMSB (Byte bByte); 
void Touch_start (void); 
void Touch_stop (void); 
bit Touch_Wait (void); 
void DelayX25us(Byte count); 
 
extern	idata   Byte    TouchPad[5];