-
This procedure is based on the 89C51 football Substitution realization of the fu...
本程序是基于89C51的足球换人牌的功能实现-This procedure is based on the 89C51 football Substitution realization of the function card
- 2022-04-15 15:48:11下载
- 积分:1
-
122*32 点阵 st7920 lcd中英文显示 串行驱动程序
122*32 点阵 st7920 lcd中英文显示 串行驱动程序-122* 32 dot matrix display in both Chinese and English st7920 lcd serial driver
- 2023-05-10 21:35:03下载
- 积分:1
-
IAR快速使用指南(中文)
IAR EWARM 快速用户指南中文版快速入门-IAR fast use guide(chinese)
- 2023-06-23 21:05:04下载
- 积分:1
-
51 SCM best way to learn, each chapter has procedures in Annex
51单片机学习最好的途径,每章节都有程序作附件-51 SCM best way to learn, each chapter has procedures in Annex
- 2022-02-25 06:29:39下载
- 积分:1
-
从虚拟终端输入8个任意数据,通过串口传送给单片机的led_buf缓冲区,并在8个led上显示;按回车键对led_buf缓冲区中的数据进行由小到大排序,排序结果在
从虚拟终端输入8个任意数据,通过串口传送给单片机的led_buf缓冲区,并在8个led上显示;按回车键对led_buf缓冲区中的数据进行由小到大排序,排序结果在led上显示。-From the virtual terminal eight arbitrary input data, through the serial port send buffer led_buf MCU and 8 led display led_buf press Enter to buffer the data from small to big sort, to sort the results in the led display.
- 2023-06-08 10:25:03下载
- 积分:1
-
LCD320240,C51单片机的图文显示测试。
LCD320240,C51单片机的图文显示测试。-LCD320240, C51 MCU graphics display test.
- 2022-03-13 16:24:55下载
- 积分:1
-
详细的讲解了Msp430的编程开发环境的使用,还有很多实例程序。...
详细的讲解了Msp430的编程开发环境的使用,还有很多实例程序。-In detail the MSP430 programming development environment to use, there are many examples of procedures.
- 2022-10-23 15:45:03下载
- 积分:1
-
这是一个用汇编写的8051单片机系统的小车避障程序,是用红外发射和接收的方式,并结合了proteus 6.7,相信对初学者有所帮助...
这是一个用汇编写的8051单片机系统的小车避障程序,是用红外发射和接收的方式,并结合了proteus 6.7,相信对初学者有所帮助-This is a compilation was made with the 8051 System of Dolly obstacle avoidance procedures is the use of infrared transmitting and receiving the way, and coupled with a 6.7 lic sure to help beginners
- 2022-11-12 11:15:03下载
- 积分:1
-
51单片机asm串口液晶显示器通信程序,已通过测试
51单片机asm串口液晶显示器通信程序,已通过测试-51 SCM asm LCD serial communication program, has passed the test
- 2022-02-12 14:04:00下载
- 积分: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