-
C8051F040的红外编码解码调试程序
C8051F040的红外编码解码调试程序-C8051F040 infrared codec debugger
- 2022-07-07 02:00:42下载
- 积分:1
-
华虹TYPEA射频芯片1507的控制程序,完成TYPEA协议中各指令操作。...
华虹TYPEA射频芯片1507的控制程序,完成TYPEA协议中各指令操作。-Huahong TYPEA RF chip 1507 of the control procedures, the completion of the agreement TYPEA operation of the Directive.
- 2022-06-17 06:56:58下载
- 积分:1
-
该项目是用三态分时扫描法驱动法实行控制12×48个发光二极管的驱动,并实现串口通讯,内附原理图,程序,DATAsheet...
该项目是用三态分时扫描法驱动法实行控制12×48个发光二极管的驱动,并实现串口通讯,内附原理图,程序,DATAsheet-The project is using three-state time-scanning method driven control of 12 × 48 LEDs of the drive, and the serial communications, containing schematics, procedures, DATAsheet
- 2022-06-18 12:55:41下载
- 积分:1
-
keil and proteus FBI examples
keil和proteus联调实例-闪灯程序,希望对大家学习单片机有用.-keil and proteus FBI examples- flashing process, everyone would like to study single-chip useful.
- 2022-03-09 17:30:11下载
- 积分:1
-
DS18B20测温程序 DS18B20测温程序
DS18B20测温程序 DS18B20测温程序-DS18B20 measurement procedures DS18B20 temperature process
- 2022-01-22 05:08:37下载
- 积分:1
-
3线双向零等待IO通讯机制 单片机通讯源代码带说明
3线双向零等待IO通讯机制 单片机通讯源代码带说明-3 bidirectional zero waited for the IO communication
machine-made monolithic integrated circuit communication source code
belt explained
- 2022-10-28 10:20:03下载
- 积分:1
-
c编程高级技巧,软件高手必读
c编程高级技巧,软件高手必读-c senior programming skills, master the required reading software
- 2022-03-14 17:34:02下载
- 积分:1
-
MSP430x13x, MSP430F14x, MSP430F15x, MSP430F16x 系列的汇编语言范例
MSP430x13x, MSP430F14x, MSP430F15x, MSP430F16x 系列的汇编语言范例-MSP430x13x, MSP430F14x, MSP430F15x, MSP430F16x series of assembly language examples
- 2022-08-05 22:21:18下载
- 积分:1
-
DS18B20 +DS1302+LCD1602 + 16×16点移动显示
DS18B20+DS1302+LCD1602+16X16点阵移动显示-DS18B20+ DS1302+ LCD1602+16 X16 Dot Mobile Display
- 2023-04-15 11:40:03下载
- 积分:1
-
红外遥控接收
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