📄 hw_logitech.h
字号:
/* $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -