代码搜索:Infrared
找到约 754 项符合「Infrared」的源代码
代码结果 754
www.eeworm.com/read/163936/10139194
h infrared.h
bool SocketServer(LPTSTR _filename);
bool SocketClient();
www.eeworm.com/read/353855/10411670
c infrared.c
#include "inc/lib.h"
#define ULCON2 (*(volatile unsigned char *)0x50008000)
#define UCON2 (*(volatile unsigned char *)0x50008004)
void infraredT(void)
{ UCON2=UCON2&0x7fc; //禁止接收
www.eeworm.com/read/275786/10796470
c infrared.c
#include "inc/lib.h"
#define ULCON2 (*(volatile unsigned char *)0x50008000)
#define UCON2 (*(volatile unsigned char *)0x50008004)
void infraredT(void)
{ UCON2=UCON2&0x7fc; //禁止接收
www.eeworm.com/read/458359/7298618
obj infrared.obj
www.eeworm.com/read/458359/7298633
c infrared.c
#define __ASM _asm
unsigned char IRPowerCtrl(unsigned char ctrl)
{
unsigned char result;
__ASM {
mov ax, 1426h
mov bl, ctrl
int 10h
mov
www.eeworm.com/read/458359/7298640
h infrared.h
#define _IRPowOFF 0x00
#define _IRPowON 0x01
#define _IrDAPowON 0x05
#define _IRPowStat 0x02
extern unsigned char IRPowerCtrl(unsigned char ctrl);
/*
1.红 外 电 源 控 制
参 数:
www.eeworm.com/read/450338/7485570
a51 infrared.a51
INCLUDE REG_51.PDF
RB0 EQU 000H ; Select Register Bank 0
RB1 EQU 008H ; Select Register Bank 1 ...poke to PSW to use
DIS_A EQU P1.5
DIS_B EQU P1.4
DIS_C EQU P1.3
D