c_output.h
来自「乐高机器人的源码,开发平台是IAR_for_AVR.」· C头文件 代码 · 共 32 行
H
32 行
//
// Date init 14.12.2004
//
// Revision date $Date:: 16-05-06 12:13 $
//
// Filename $Workfile:: c_output.h $
//
// Version $Revision:: 6 $
//
// Archive $Archive:: /LMS2006/Sys01/Main/Firmware/Source/c_output.h $
//
// Platform C
//
#ifndef C_OUTPUT
#define C_OUTPUT
typedef struct
{
UBYTE TimeCnt;
UBYTE Tmp;
}VARSOUTPUT;
void cOutputInit(void* pHeader);
void cOutputCtrl(void);
void cOutputExit(void);
void cOutputUpdateIomap(void);
extern const HEADER cOutput;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?