⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c_output.h

📁 乐高机器人的源码,开发平台是IAR_for_AVR.
💻 H
字号:
//
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -