-
8051 Series Single
8051系列单片机C程序设计完全手册和一些简单的c程序-8051 Series Single-chip C programming manual and complete some simple c program
- 2022-03-12 19:46:52下载
- 积分:1
-
AD7416C temperature sensor (I2C can help you understand the principles, and the...
温度传感器AD7416C程序(能帮你了解I2C原理,及函数的使用)-AD7416C temperature sensor (I2C can help you understand the principles, and the use of function)
- 2022-03-24 02:38:54下载
- 积分:1
-
皮质
cortex-m3 下载程序,用于将代码烧入-cortex-m3 downloader
- 2022-09-04 15:20:03下载
- 积分:1
-
Aditional source code for sti5518 firmware uploader.
Aditional source code for sti5518 firmware uploader.
- 2023-02-27 04:25:03下载
- 积分:1
-
stc单片机头文件,不需要再修改仿真软件就可以用
stc单片机头文件,不需要再修改仿真软件就可以用-STC Singlechip header files, no need to amend the simulation software can be used
- 2022-03-04 04:59:22下载
- 积分:1
-
恒压供水控制器恒压供水控制 器V4.0 恒压供水控制器V4.0
恒压供水控制器恒压供水控制 器V4.0 恒压供水控制器V4.0-Constant pressure water supply controller constant pressure water supply controller V4.0 constant pressure water supply controller V4.0
- 2022-01-21 01:46:18下载
- 积分:1
-
51单片机操作串行通信LCD LM3037的源代码,该源代码可用来调试程序....
51单片机操作串行通信LCD LM3037的源代码,该源代码可用来调试程序.-51 Single-chip serial communication operation LCD LM3037
- 2022-10-04 10:35:03下载
- 积分:1
-
C8051F32X the usb file transfer routines, c contain language and computer langua...
C8051F32X的usb文件传输例程,包含c语言和微机语言等-C8051F32X the usb file transfer routines, c contain language and computer language, etc.
- 2023-05-15 09:40:03下载
- 积分:1
-
GPS定位信息的单片机控制显示系统,主要讲述GPS模块常用的NMEA0183命令,并且给出单片机的访问...
GPS定位信息的单片机控制显示系统,主要讲述GPS模块常用的NMEA0183命令,并且给出单片机的访问-GPS positioning information display system of single-chip control, mainly on the GPS module used NMEA0183 orders, and gives access to single-chip microcomputer
- 2022-11-21 03:15: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