-
红外遥控接收
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
-
三星单片机应用基础资料,简要介绍了三星单片机入门基础知识...
三星单片机应用基础资料,简要介绍了三星单片机入门基础知识-Samsung
- 2022-02-27 07:37:29下载
- 积分:1
-
51单片机中的波特率发生器51 single
51单片机中的波特率发生器51 single-chip baud rate generator in-51 single-chip baud rate generator in
- 2022-10-31 01:25:03下载
- 积分:1
-
SM5964在系统编程的源代码,通过COMM串行口进行程序下载,方便嵌入式系统开发...
SM5964在系统编程的源代码,通过COMM串行口进行程序下载,方便嵌入式系统开发-programming specification of the system"s source code through COMM serial port for downloading procedures, facilitate embedded system development
- 2022-03-10 16:37:38下载
- 积分:1
-
LM24064D液晶显示屏.
LM24064D液晶显示屏.-LM24064D LCD display.
- 2022-06-28 06:08:57下载
- 积分:1
-
这是rtl8019控制器的一个中文资料,大家若想做嵌入式通信的相信一般回甬道这个控制器,所以这片文章可以帮助大家初始化rtl8019控制器...
这是rtl8019控制器的一个中文资料,大家若想做嵌入式通信的相信一般回甬道这个控制器,所以这片文章可以帮助大家初始化rtl8019控制器-rtl8019 This is a Chinese controller, Embedded if you want to believe that the general communications corridor to the controller, Therefore, this article can help you initialize rtl8019 Controller
- 2022-01-25 16:19:11下载
- 积分:1
-
MCU watchdog procedures, in the process of adding some subroutines can be achiev...
单片机中看门狗程序,在该程序中再加入一些子程序可以实现-MCU watchdog procedures, in the process of adding some subroutines can be achieved
- 2022-01-24 18:21:22下载
- 积分:1
-
ARM LPC21XX 产生蜂鸣测试仿真,已经完好,可直接start.
ARM LPC21XX 产生蜂鸣测试仿真,已经完好,可直接start.-ARM LPC21XX generate beep test
- 2022-02-06 05:36:33下载
- 积分:1
-
内含各国最基础的电路图,并做了详细的说明,对做底层开发的人员很有用....
内含各国最基础的电路图,并做了详细的说明,对做底层开发的人员很有用.-States containing the most basic circuit diagram, and to do such a detailed description of the development on the ground floor to do the personnel very useful.
- 2022-03-02 04:42:04下载
- 积分:1
-
atmega32 和RS485的通讯,已经在电路板上测试通过,RS232相对简单一点,RS485需要对控制收发信号处理一下,并且需要RS232转RS485工具来
atmega32 和RS485的通讯,已经在电路板上测试通过,RS232相对简单一点,RS485需要对控制收发信号处理一下,并且需要RS232转RS485工具来验证收发是否正确-atmega32 and RS485 communication, has been tested in the circuit board, RS232 relatively simple point, RS485 transceiver control signals need to deal with you, and will need RS232 to RS485 transceiver tools to verify the correctness of
- 2022-03-04 12:29:26下载
- 积分:1