hw_logitech.h
来自「很少见的linux下的红外口的工具」· C头文件 代码 · 共 26 行
H
26 行
/* $Id: hw_logitech.h,v 1.3 1999/09/06 14:56:04 columbus Exp $ *//**************************************************************************** ** hw_logitech.h ********************************************************** **************************************************************************** * * routines for Logitech receiver * * Copyright (C) 1999 Christoph Bartelmus <lirc@bartelmus.de> * modified for logitech receiver by Isaac Lauer <inl101@alumni.psu.edu> */#ifndef _HW_LOGITECH_H#define _HW_LOGITECH_H#include "drivers/lirc.h"int logitech_decode(struct ir_remote *remote, ir_code *prep,ir_code *codep,ir_code *postp, int *repeat_flagp,lirc_t *remaining_gapp);int logitech_init(void);int logitech_deinit(void);char *logitech_rec(struct ir_remote *remotes);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?