代码搜索:Infrared
找到约 754 项符合「Infrared」的源代码
代码结果 754
www.eeworm.com/read/257992/11897079
lst infrared.lst
C51 COMPILER V7.00 INFRARED 08/19/2007 14:20:23 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE INFRARED
OBJECT MODULE PLACED I
www.eeworm.com/read/233189/14164636
infrared_receive
www.eeworm.com/read/230237/14296234
ddb infrared.ddb
www.eeworm.com/read/224800/14567240
obj infrared.obj
www.eeworm.com/read/224800/14567312
h infrared.h
#define _IRPowOFF 0x00
#define _IRPowON 0x01
#define _IRPowStat 0x02
/*红 外 电 源 控 制
参 数:
ctrl
_IRPowOFF 打 开 红 外 电 源
_IRPowON 关 闭 红 外 电 源
_IRPowStat 获 取 电 源 状
www.eeworm.com/read/224800/14567327
cpp infrared.cpp
#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/224800/14567346
obj infrared.obj
www.eeworm.com/read/224800/14567431
h infrared.h
#define _IRPowOFF 0x00
#define _IRPowON 0x01
#define _IRPowStat 0x02
/*红 外 电 源 控 制
参 数:
ctrl
_IRPowOFF 打 开 红 外 电 源
_IRPowON 关 闭 红 外 电 源
_IRPowStat 获 取 电 源 状
www.eeworm.com/read/224800/14567439
cpp infrared.cpp
#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/27757/867507
h infrared.h
#define rw_1602 { PORTC |= 0x40;} // RC6
#define nrw_1602 { PORTC &= 0x0B0;} // RC6
#define CS_1602 { PORTC |= 0x20;} //RC5
#define nCS_1602 { PORTC &= 0x0D0;} //RC5
#define comm_1602 0