-
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2...
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2.2,IR
LJMP MAIN
以下为进入P3.2脚外部中断子程序,也就是解码程序
IR:
MOV R6,#9
SB:
ACALL DELAY882 调用882微秒延时子程序
JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电-infrared remote control receiver ORG 0000H LJMP START into main program ORG 0010H START : MAIN : JNB P2.2, IR LJMP MAIN below to enter P3.2 foot external interrupt subroutine, which is decoding procedures IR : MOV R6, SB# 9 : Calling ACALL DELAY882 882 microsecond delay subroutine JB P2.2, EXIT 882 microsecond delay after the judgment whether there P3.2 feet to I quit if decoding procedures DJNZ R6, SB repeated 10 times, the purpose is to test if within 8,820 microsecond high
- 2022-07-21 10:12:11下载
- 积分:1
-
Keil c6.20c embed compilation methods
keil c6.20c 直接嵌入汇编的方法-Keil c6.20c embed compilation methods
- 2022-05-14 19:34:29下载
- 积分:1
-
Use W77e58 literacy PCF8563 clock chip that contains all of the subroutine, can...
使用W77e58读写PCF8563时钟芯片,包含所有的子函数,均可以直接使用。-Use W77e58 literacy PCF8563 clock chip that contains all of the subroutine, can be used directly.
- 2022-06-30 15:11:52下载
- 积分:1
-
a feedback report of the original integrity of procedures for loading change det...
一反馈报警器的完整原程序,用于负载量变化的检测与报警.-a feedback report of the original integrity of procedures for loading change detection and alarm.
- 2022-12-01 06:20:03下载
- 积分:1
-
单片机和PC机通讯源程序 C语言编程 绝对好用
单片机和PC机通讯源程序 C语言编程 绝对好用-PC-MCU and communication source is absolutely easy to use C language programming
- 2022-10-19 16:30:03下载
- 积分:1
-
SCM keyboard and LCD (T6963C) of the input/out platform.
单片机的键盘和LCD(T6963C)的输入/出平台.-SCM keyboard and LCD (T6963C) of the input/out platform.
- 2022-07-22 23:04:21下载
- 积分:1
-
MSP430 用串行数据传输方式在液晶上综合显示字符、文字和图形...
MSP430 用串行数据传输方式在液晶上综合显示字符、文字和图形-MSP430 serial data transmission on a comprehensive LCD display characters, text and graphics
- 2023-08-04 06:00:03下载
- 积分:1
-
仿真工具。C51运行,可以方便初学者清楚的理解…
模拟串口工具。在C51下运行,可以方便初学者清楚了解串口的原理和扩展串口。-simulation tools. The C51 running, beginners can facilitate a clear understanding of the principles and serial port serial expansion.
- 2022-08-15 23:37:36下载
- 积分:1
-
我上传的一些单片机的资料,数字钟的实验程序,希望对大家有帮助...
我上传的一些单片机的资料,数字钟的实验程序,希望对大家有帮助-I uploaded some Singlechip information, digital clock Experimental procedures, we hope to help
- 2022-10-08 11:45:03下载
- 积分:1
-
本程序是功能是实现51单片机与PC机之间的通信,程序简单
本程序是功能是实现51单片机与PC机之间的通信,程序简单-this is to tell how to use 51 single chip controler to communicate with pc
- 2022-12-13 10:05:04下载
- 积分:1