/****************************************Copyright (c) *************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. ** ** http://www.embedtools.com ** **--File Info--------------------------------------------------------------------------------------------- ** File name: main.h ** Last modified Date: ** Last Version: V1.0 ** Descriptions: ** **-------------------------------------------------------------------------------------------------------- ** Created by: ** Created date: ** Version: ** Descriptions: ** **-------------------------------------------------------------------------------------------------------- ** Modified by: ** Modified date: ** Version: ** Descriptions: ** *********************************************************************************************************/ #ifndef __MAIN_H #define __MAIN_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /********************************************************************************************************* 固件的特殊代码, 这一段无需改动 *********************************************************************************************************/ #include "firmware.h" /********************************************************************************************************* 在这里引入用户程序所需头文件 *********************************************************************************************************/ #define BEEP (1 << 7) /* GPO_07控制BEEP,低电平蜂鸣 */ #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __MAIN_H */ /********************************************************************************************************* END FILE *********************************************************************************************************/