-
在keil c51 编译器下实现AD0832转换c源代码!
在keil c51 编译器下实现AD0832转换c源代码!
- 2022-02-04 23:41:28下载
- 积分:1
-
AVRMEGA16的USART运用,已在三个芯片上试过,能正常通信
AVRMEGA16的USART运用,已在三个芯片上试过,能正常通信-USART
- 2022-01-28 14:29:15下载
- 积分:1
-
这是一个系列的单片机实验例子,有流水灯、数码管显示、行列式键盘、串口通信、系统功能等内容,是单片机初学者的最佳学习内容...
这是一个系列的单片机实验例子,有流水灯、数码管显示、行列式键盘、串口通信、系统功能等内容,是单片机初学者的最佳学习内容
- 2022-01-23 10:31:31下载
- 积分:1
-
This is based on the Philips 764 SCM LIN program design, simple and understandab...
这是关于基于philips的764单片机的LIN程序设计,简单易懂。-This is based on the Philips 764 SCM LIN program design, simple and understandable.
- 2022-11-23 20:05: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
-
基于51系列单片机的模数转换ADC0804的应用
正在学习单片机,编来...
基于51系列单片机的模数转换ADC0804的应用
正在学习单片机,编来-based on the 51 Series MCU ADC0804 analog-to-digital conversion applications are learning microcontroller series to try
- 2022-07-24 02:22:21下载
- 积分:1
-
- 2022-01-25 17:40:03下载
- 积分:1
-
IAR编译器下,使用ARM芯片,学习IIC通讯的好程序
IAR编译器下,使用ARM芯片,学习IIC通讯的好程序-IAR compiler, the use of ARM chips, a good learning IIC communication procedures
- 2022-05-14 20:54:03下载
- 积分:1
-
LT-1B开发板例子程序-ADC12_03
- 2022-01-25 21:34:59下载
- 积分:1
-
64点阵C程序有移动功能具有时间显示,可设置时间,断电保存...
64点阵C程序有移动功能具有时间显示,可设置时间,断电保存-64 dot-matrix C procedures with mobile features the time display can be set-up times, power save
- 2022-01-20 23:59:53下载
- 积分:1