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