-
单片机C语言初学教材,其中包括了很多关于单片机C语言的知识...
单片机C语言初学教材,其中包括了很多关于单片机C语言的知识
- 2023-08-17 08:40:04下载
- 积分:1
-
51单片机的高速串口驱动ucos ii的移植
51单片机的高速串口驱动ucos ii的移植-51 Single-chip high-speed serial drive ucos ii transplant
- 2022-03-24 14:40:27下载
- 积分:1
-
DS1302的驱动程序,C语言版本,测试,使用方便
DS1302的驱动程序,C版的,测试过,好用-DS1302 driver, C version, tested, easy to use
- 2022-11-11 04:25:03下载
- 积分:1
-
ADC0809做的数字电压表,0
ADC0809做的数字电压表,0-5V,4个LED直接接单片机做显示,动态扫描写的驱动-ADC0809 do the figures in Table 0-6 voltage- 5V, 4 LED SCM done directly, dynamic scan was driven
- 2023-07-30 23:05:02下载
- 积分:1
-
基于凌阳单片机的 语音自动播放音乐汇编程序
基于凌阳单片机的 语音自动播放音乐汇编程序-Sunplus based on single-chip voice automatically play music compilation procedures
- 2022-09-02 07:10:03下载
- 积分:1
-
8051的测控问题分析,有A/D、D/A、开关量接口
8051的测控问题分析,有A/D、D/A、开关量接口-8051 Analysis of the telemetry, A/D, D/A, Switch Interface
- 2022-06-21 08:35:23下载
- 积分:1
-
- 2023-03-22 12:35:04下载
- 积分:1
-
SCM source scripts, including floating point calculations, multi
各种51单片机源程序集,包括浮点数的计算,多字节的加减等算法的实现-SCM source scripts, including floating point calculations, multi-byte such as addition and subtraction algorithm implementation
- 2022-02-09 17:43:23下载
- 积分:1
-
单片机乒乓球游戏机 可以再proteus仿真,功能详细多样 给大家分享...
单片机乒乓球游戏机 可以再proteus仿真,功能详细多样 给大家分享-Single-chip table tennis game can be Proteus simulation, functional detail for everyone to share diverse
- 2022-02-18 16:39:30下载
- 积分: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