blinkdata.c

来自「8051试验程序 基础教材」· C语言 代码 · 共 50 行

C
50
字号
/*
 * Id:        BlinkData.c
 *
 * Function:  VS System Data Source 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! 
 */


/*
 * Include SEM Library Header File.
 */
#include "BlinkSEMLibB.h"


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


/*
 * Include VS System Data Header File.
 */
#include "BlinkData.h"


/*
 * Include VS System Action Expression Pointer Table File.
 */
#include "BlinkAction.h"


#include <stdarg.h>


/*
 * Action Expression Pointer Table.
 */
VS_ACTIONEXPR_TYPE const BlinkVSAction[2] = 
{
  TurnOffLED,
  TurnOnLED
};

⌨️ 快捷键说明

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