00001 // This file has been prepared for Doxygen automatic documentation generation. 00002 00003 #ifndef _CALIBRATE_H_ 00004 #define _CALIBRATE_H_ 00005 00006 /*============================ INCLUDES ======================================*/ 00007 #include "stdbool.h" 00008 00009 00010 00011 /*============================ PROTOTYPES ====================================*/ 00012 00013 #ifdef __cplusplus 00014 extern "C" { 00015 #endif 00016 00017 00019 bool rtouch_calibrate(void); 00020 00021 00022 #ifdef __cplusplus 00023 } /* extern "C" */ 00024 #endif 00025 00026 00027 #endif 00028 /* EOF */