irapi1.h
来自「完整的红外线驱动程序,对电视行业的开发人员很有用」· C头文件 代码 · 共 48 行
H
48 行
#ifndef _irapi1_H
#define _irapi1_H
//=============================================================================
// File Name: irapi1.h
//
// (c) Copyright 2001, 2002 Cirrus Logic, Inc. All rights reserved.
//
// This source code is Cirrus Logic, Inc. proprietary and confidential information
//
// Description:
// Infrared remote API for RISC 1
//
// Modification History:
// $Log: irapi1.h,v $
// Revision 1.4 2005/04/29 10:21:51 michaell
// merge 2.6 into head
//
// Revision 1.1.1.1 2005/03/07 08:07:02 dchien
// Import Sonata2_2-6-3
//
// Revision 1.3 2003/11/20 21:32:18 matthieu
// Remove the //Perl skip lines...
//
// Revision 1.2 2003/11/20 08:42:10 akipnis
// Renamed CLASI functions and responses to follow naming conventions
//
// Revision 1.1 2003/09/11 00:55:03 matthieu
// Initial Sonata 2 tree
//
// Revision 1.1.1.1 2003/06/27 03:14:12 jalves
// initial check in
//
// Revision 1.1 2003/06/23 18:33:28 jackchang
// Add common interface for default and IO Micom based IR receiver
//
//
// 25/04/01 Cirrus Logic - created
//
//=============================================================================
#include "basetype.h"
void IRInit1 (void);
void IRtimerHandler1 (void);
Boolean IR_GetKey (Uint16 *keyPtr);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?