代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote_control.h
#ifndef SUBSTRUCT
#include
#endif
sbit IR=P3^2;
unsigned char i;
unsigned char ch;
void Init_interrupt()
{
IR=1;
IT0=0; //touch off mode is low-level
PX0=0;
remote_control.py
#!/usr/bin/python
"""
Access the postioner.
"""
import os,time,fcntl,sys,struct
import raw_keyboard
outputfifo = os.open("/dev/rtf0", os.O_RDWR|os.O_NONBLOCK)
commandfifo = os.open("/dev/rtf1", o
remote_control.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
winamp_remote_control.h
#ifndef WINAMPREMOTECONTROL_H
#define WINAMPREMOTECONTROL_H
#include "cc2511_app_ex_lib_headers.h"
#include "time_handler.h"
#define REMOTE_CONTROL_EP 4
#define REMOTE_DISPLAY
winamp_remote_control.h
#ifndef WINAMPREMOTECONTROL_H
#define WINAMPREMOTECONTROL_H
#include "cc2511_app_ex_lib_headers.h"
typedef struct {
BYTE totalLength;
BYTE state;
BYTE refresh;
UINT8 minutes;
chipcon remote control.h
#ifndef CHIPCONREMOTECONTROL_H
#define CHIPCONREMOTECONTROL_H
#include "Cudal.h"
#define WA_IS_PLAYING() (SendMessage(plugin.hwndParent, WM_WA_IPC, 0, IPC_ISPLAYING) == 1)
#def