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

📄 ir.h

📁 主要用于液晶电视解码,内置51单片机,全部代码用C编写,编译环境为KEILC
💻 H
字号:
/******************************************************************************
 Copyright (c) 2003 MStar Semiconductor, Inc.
 All rights reserved.

 [Module Name]: Ir.h
 [Date]:
 [Comment]:
   Remote control header file.
 [Reversion History]:
*******************************************************************************/
#include "board.h"

#if (IR_FORMAT == IR_RC5)		 
    #include "ir_rc5.h"
#endif
#if(IR_FORMAT == IR_NEC)	
    #include "ir_nec.h"     //default is NEC IR format
#endif
#if(IR_FORMAT == IR_SANYO)	
    #include "ir_sanyo.h"     
#endif

⌨️ 快捷键说明

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