-
红外遥控接收
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
-
Download Msp430
Msp430-JTAG调试下载器, -Download Msp430-JTAG debugger, and
- 2022-04-08 18:04:00下载
- 积分:1
-
NRF905 use of wireless communication module RS232 communication
利用NRF905无线通信模块进行RS232通信-NRF905 use of wireless communication module RS232 communication
- 2022-05-28 11:16:14下载
- 积分:1
-
NE5532+ TDA2030 Schematic and PCB
NE5532+TDA2030 原理图及PCB-NE5532+ TDA2030 Schematic and PCB
- 2022-02-21 23:08:38下载
- 积分:1
-
实验箱上的蜂鸣器发出对应的音调(中音),当同时按下L和1
实验箱上的蜂鸣器发出对应的音调(中音),当同时按下L和1-7时是,蜂鸣器发出低音,同时按下H和1-7时,蜂鸣器发高音。只要按键没松开,蜂鸣器一直发声,直到松到按键。-The buzzer sounded on the test box corresponding to tone (Tenor), when at the same time when you press the L and 1-7, the buzzer sounded a bass, while pressing the H, and 1-7 when the buzzer made treble. As long as no release button, buzzer sound has always been, until the pine to the button.
- 2022-04-11 05:46:39下载
- 积分:1
-
51红外线解码9102的程序,高效简单抗干,改一下可用于6122。
51红外线解码9102的程序,高效简单抗干,改一下可用于6122。-51 IR 9102 decode the procedure simple and efficient anti-stem, to what can be used for 6122.
- 2022-01-26 06:33:29下载
- 积分:1
-
LCD rendering of RGB and CMYK inkjet printers to the CIELAB color three
绘制LCD的RGB和喷墨打印机的
CMYK到CIELab的三维彩色视图
-LCD rendering of RGB and CMYK inkjet printers to the CIELAB color three-dimensional view
- 2022-03-07 01:15:39下载
- 积分:1
-
USART在单片机里的通用c程序,保证好用
USART在单片机里的通用c程序,保证好用-USART in SCM
- 2022-02-06 19:08:25下载
- 积分:1
-
proteus例子,一些简单的proteus应用,对于初学者很实用
proteus例子,一些简单的proteus应用,对于初学者很实用-Proteus example, Proteus some simple applications, very useful for beginners
- 2022-03-14 14:39:04下载
- 积分:1
-
用MSP430F149的普通输入输出口模拟SPI,读写FM25l256铁电的测试程序。...
用MSP430F149的普通输入输出口模拟SPI,读写FM25l256铁电的测试程序。-MSP430F149 with ordinary analog input and output mouth SPI, literacy FM25l256 ferroelectric testing procedures.
- 2022-06-27 07:40:10下载
- 积分:1