blinkaction.h

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

H
45
字号
/*
 * Id:        BlinkAction.h
 *
 * Function:  VS System Action Expression Pointer Table 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 __BLINKACTION_H
#define __BLINKACTION_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


/*
 * Action Function Prototypes.
 */
extern VS_VOID TurnOffLED (VS_VOID);
extern VS_VOID TurnOnLED (VS_VOID);


/*
 * Action Expression Pointer Table.
 */
extern VS_ACTIONEXPR_TYPE const BlinkVSAction[2];


#endif

⌨️ 快捷键说明

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