-
用AVR编写的24小时时钟程序,还望采纳
用AVR编写的24小时时钟程序,还望采纳-AVR prepared with a 24-hour clock procedures, but also look to adopt
- 2022-05-30 07:14:15下载
- 积分:1
-
LCD C 文件请看看是否合适、请给我加分
第一次上传文件
LCD C 文件请看看是否合适、请给我加分
第一次上传文件-LCD C requested documents to see if appropriate, please give me extra points first upload documents
- 2023-07-21 13:00:04下载
- 积分:1
-
ds18b20
DS18b20温度计,可以检测温度的变化,精度高-ds18b20
- 2023-08-18 04:35:03下载
- 积分:1
-
24e1的无线通讯原程序,可以从该原码中,学习到怎样做利用24E1来做无线开发...
24e1的无线通讯原程序,可以从该原码中,学习到怎样做利用24E1来做无线开发-24e1 wireless communication original procedure, from
this original code, how study does using 24E1 does wireless develops
- 2022-01-22 00:01:44下载
- 积分:1
-
该代码包介绍了基于51系列单片机平台是实现时间触发的嵌入式系统的各种应用的代码...
该代码包介绍了基于51系列单片机平台是实现时间触发的嵌入式系统的各种应用的代码-the code based on the Series 51 platform SCM is the time to trigger the Embedded System Applications code
- 2022-02-03 13:18:59下载
- 积分:1
-
tmer_a,TI TMPS430单片机使用例子,希望对象我一样的初学者有帮助...
tmer_a,TI TMPS430单片机使用例子,希望对象我一样的初学者有帮助-tmer_a, TI MCU TMPS430 use examples, I hope that the same object is to help beginners
- 2022-10-12 20:50:03下载
- 积分:1
-
关于温度传感器的内容,已经调试成功的,应该OK,希望有帮助啊
关于温度传感器的内容,已经调试成功的,应该OK,希望有帮助啊
-Temperature sensor on the content, have been debug successful, it should be OK, hope that has helped ah
- 2022-03-18 02:20:45下载
- 积分:1
-
MSP430系列单片机的I2C源程序。可用于对I2C的学习和研究
MSP430系列单片机的I2C源程序。可用于对I2C的学习和研究-MSP430 series MCU I2C source. I2C can be used to study and research
- 2022-06-14 16:33:24下载
- 积分:1
-
NRF401 chip C51 sent subroutine
NRF401芯片的C51发送子程序-NRF401 chip C51 sent subroutine
- 2022-09-07 22:00: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