-
right splc501 LCD Controller Based on the 128 x 64 dot
对基于splc501液晶控制器的128×64点阵的液晶驱动c51程序。包括一个自建字库。-right splc501 LCD Controller Based on the 128 x 64 dot-matrix LCD driver c51 procedures. Include a self-built character.
- 2023-09-05 09:05:03下载
- 积分:1
-
拇指ARM LPC互通图像
Thumb ARM Interworking Image for lpc-ARM Thumb Interworking Image for lpc
- 2023-03-18 06:55:03下载
- 积分:1
-
AT89C51单片机在开发过程中,为开发人员提供一个简易但实用的编程器,加快了开发进程...
AT89C51单片机在开发过程中,为开发人员提供一个简易但实用的编程器,加快了开发进程-AT89C51 in the development process, to provide developers with a simple but practical programmer, to accelerate the development process
- 2022-06-13 13:18:26下载
- 积分:1
-
51 keyboard scanning procedures, with the original scan different ways, this app...
51的键盘扫描程序,与原来的扫描方式不同,这种方式可以处理多键同时按下.-51 keyboard scanning procedures, with the original scan different ways, this approach can handle multi-button pressed together.
- 2023-02-25 21:55:03下载
- 积分:1
-
spi
spi设备uclinux驱动源代码,以及编译后的2进制文件。-spi-driven equipment Basis source code and compiled 229 of the two documents.
- 2023-09-05 09:30:03下载
- 积分:1
-
Sharp LCD panels lq080v3dg01 program! Have been debugging through the
夏普lq080v3dg01液晶控制板程序!已调试通过-Sharp LCD panels lq080v3dg01 program! Have been debugging through the
- 2022-02-09 20:02:02下载
- 积分:1
-
51单片机液晶显示程序
51系列单片机LCD液晶显示程序-51 MCU LCD display program
- 2022-08-07 02:33:00下载
- 积分:1
-
实时时钟RTC4553的测试程序,编译环境为伟福6000,汇编程序
实时时钟RTC4553的测试程序,编译环境为伟福6000,汇编程序-real-time clock RTC4553 testing procedures, compile environment for the 6,000-fu, assembler
- 2022-03-20 19:24:03下载
- 积分:1
-
AVR guidance procedures. Chip45boot s
AVR的引导程序。
chip45boot s-record bootloader.-AVR guidance procedures. Chip45boot s-record Bootloader.
- 2022-03-20 01:28:29下载
- 积分: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