blink.h

来自「8051试验程序 基础教材」· C头文件 代码 · 共 32 行

H
32
字号
/*
 * Id:        Blink.h
 *
 * Function:  VS System Header File.
 *
 * Generated: Fri Jun 01 13:31:40 2007
 *
 * Coder 5, 4, 0, 1275
 * 
 * This is an automatically generated file. It will be overwritten by the Coder. 
 * 
 * DO NOT EDIT THE FILE! 
 */


#ifndef __BLINK_H
#define __BLINK_H


/*
 * Include SEM Defines Header File.
 */
#include "BlinkSEMBDef.h"


#if (VS_CODER_GUID != 0X007ab5c30)
#error The generated file does not match the SEMTypes.h header file.
#endif


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?