hw_pinsys.h
来自「很少见的linux下的红外口的工具」· C头文件 代码 · 共 38 行
H
38 行
/**************************************************************************** ** hw_pinsys.h ************************************************************* **************************************************************************** * * adapted routines for Pinnacle Systems PCTV (pro) receiver * * Original routines from hw_pixelview.h : * Copyright (C) 1999 Christoph Bartelmus <lirc@bartelmus.de> * * Adapted by Bart Alewijnse <scarfboy@yahoo.com> */#ifndef _HW_PINSYS_H#define _HW_PINSYS_H#include "drivers/lirc.h"int is_it_is_it_huh(int port);int autodetect(void);int pinsys_decode(struct ir_remote *remote, ir_code *prep,ir_code *codep,ir_code *postp, int *repeat_flagp,lirc_t *remaining_gapp);int pinsys_init(void);int pinsys_deinit(void);char *pinsys_rec(struct ir_remote *remotes);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?