-
C51语言编码设计规范,说的很详细的。
C51语言编码设计规范,说的很详细的。-C51 coding design specifications, said the very detailed.
- 2022-12-13 14:55:04下载
- 积分: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
-
基于AD89S52的驱动12864液晶的源程序。
基于AD89S52的驱动12864液晶的源程序。-On AD89S52 LCD source driver 12864.
- 2022-04-07 00:24:02下载
- 积分:1
-
开发板alterade2网络芯片DM9000A的应用实例
ALTERADE2开发板一个网络芯片DM9000A的应用范例-Development board ALTERADE2 a network chip DM9000A Application Example
- 2023-03-28 01:00:04下载
- 积分:1
-
PIC microcontroller
PIC单片机驱动TCS230
TCS230可以辨别颜色,广泛用于各种领域-PIC microcontroller-driven TCS230
- 2023-01-28 14:50:03下载
- 积分:1
-
WG12864驱动程序 模块已经定义好 直接调用就可
WG12864驱动程序 模块已经定义好 直接调用就可-WG12864 driver module has been good definition can be called directly
- 2022-04-01 07:32:38下载
- 积分:1
-
51控制LCD显示原程序,可直接使用,很不错的风格
51控制LCD显示原程序,可直接使用,很不错的风格-LCD display 51 to control the original procedures, could be directly used, very good style
- 2022-07-27 12:53:01下载
- 积分:1
-
USB开发D12的结构
USB开发D12的结构-USB D12 structure
- 2022-02-02 02:57:23下载
- 积分:1
-
用MSP430F149仿真SPI接口读写FM25系列铁电的测试程序。包括单字节和多字节读写。已通过测试。请大家放心使用。...
用MSP430F149仿真SPI接口读写FM25系列铁电的测试程序。包括单字节和多字节读写。已通过测试。请大家放心使用。-with MSP430F149 simulation SPI serial interface to read and write 25 ferroelectric testing procedures. Including single-byte and multi-byte read and write. Have passed the tests. Please rest assured use.
- 2022-02-01 21:13:08下载
- 积分:1
-
MSP430下的一个微内核操作系统,很实用。做到底层无关,稍加修改可以移植到其他平台下。...
MSP430下的一个微内核操作系统,很实用。做到底层无关,稍加修改可以移植到其他平台下。-MSP430 under a micro-kernel operating system, is very practical. Do not bottom, a little change can be transferred to other platforms.
- 2023-07-17 04:25:03下载
- 积分:1