代码搜索结果
找到约 143,016 项符合
Remote Control 的代码
rc.c
/*****************************************************************************
* rc.c : remote control stdin/stdout module for vlc
*******************************************************************
rmt
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# rmt --
# This script implements a simple remote-control mechanism for
# Tk applications. It allows you to select an application
ir.txt
Infra-red driver documentation.
Mike Crowe
(C) Empeg Ltd 1999
Not a lot here yet :-)
The Kenwood KCA-R6A remote control generates a sequence like the following:
Go low for approx 1
ir.txt
Infra-red driver documentation.
Mike Crowe
(C) Empeg Ltd 1999
Not a lot here yet :-)
The Kenwood KCA-R6A remote control generates a sequence like the following:
Go low for approx 1
input_fake.h
#ifndef _INPUT_FAKE_H
#define _INPUT_FAKE_H
#include
#if !defined(KEY_OK)
/**
* define some additional remote control keys in case they
* were not already defined above in
input_fake.h
#ifndef _INPUT_FAKE_H
#define _INPUT_FAKE_H
#include
#if !defined(KEY_OK)
/**
* define some additional remote control keys in case they
* were not already defined above in
fatyampp.c
#include "fatyampp.h"
SIGNAL(SIG_INTERRUPT2) // Need this for wake up from sleep
{
asm volatile ("nop");
}
SIGNAL(SIG_INTERRUPT1) // remote control key pressed
{
// unsigned int ref_count;
//
cx88-input.c
/*
*
* Device driver for GPIO attached remote control interfaces
* on Conexant 2388x based TV/DVB cards.
*
* Copyright (c) 2003 Pavel Machek
* Copyright (c) 2004 Gerd Knorr
* Copyright (c) 2004
ir.txt
Infra-red driver documentation.
Mike Crowe
(C) Empeg Ltd 1999
Not a lot here yet :-)
The Kenwood KCA-R6A remote control generates a sequence like the following:
Go low for approx 1
http.c
/*****************************************************************************
* http.c : HTTP/HTTPS Remote control interface
************************************************************************