代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.h
#ifndef __RED_H
#define __RED_H
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//红外遥控接收 驱
remote.c
#include "remote.h"
#include "delay.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//红外遥控接收 驱动代码
//正点原
remote.h
#ifndef __RED_H
#define __RED_H
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//红外遥控接收 驱
remote.c
#include "remote.h"
#include "delay.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//红外遥控接收 驱动代码
//正点原
remote.h
extern int remote_desc, remote_timeout;
extern void remote_reset(void);
extern void remote_continue(void);
extern int remote_write_bytes(unsigned long, char *, int);
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
remote.c
//#include "main.h"
//#include "remote.h"
//#include "key.h"
#include "include.h"
const uint PULSE_SHORT_MIN=PULSE_SHORT_MIN_TIME/8/4; //1。8ms
const uint PULSE_SHORT_MAX=PULSE_SHORT_MAX_TIME/8
remote.h
#ifndef _REMOTE_H
#define _REMOTE_H
/* Remote reset/restart server definitions */
extern char *Rempass;
/* Commands */
#define SYS_RESET 1
#define SYS_EXIT 2
#define KICK_ME 3
#endif