/********************************************/
/*Debounce.h - Header file                  */
/*PIC32MX795F512L-80I/PF                    */
/********************************************/

#ifndef DEBOUNCE_H
#define	DEBOUNCE_H

extern int debounce;
extern unsigned xtouch[3];
extern unsigned ytouch[3];

void Debounce(void);

#endif /*DEBOUNCE_H*/
