-
单片机c8051f020片内温度传感器的使用,将是主流的8位单片机
单片机c8051f020片内温度传感器的使用,将是主流的8位单片机-C8051f020 microcontroller chip temperature sensor use, will be the mainstream of 8-bit microcontrollers
- 2022-07-19 14:00:07下载
- 积分: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
-
4 years of study done as well as the Teacher of the competition accumulated rese...
学4年来做过的竞赛以及老师的科研项目所积累下来的c51源代码,一共有40-4 years of study done as well as the Teacher of the competition accumulated research c51 source code, a total of 40
- 2023-04-24 12:55:03下载
- 积分:1
-
此程序含有仿真电路图和C语言程序,希望能够对单片机爱好者有用...
此程序含有仿真电路图和C语言程序,希望能够对单片机爱好者有用-This program contains a circuit diagram and the C language simulation procedures can be useful for single-chip lovers
- 2022-01-30 18:48:10下载
- 积分:1
-
C51程序,标把控制器的完整得到程序。已经用在产品上。包括定时器的使用,步进电机的控制技巧。...
C51程序,标把控制器的完整得到程序。已经用在产品上。包括定时器的使用,步进电机的控制技巧。-C51 procedures, the S controller put the integrity of procedures. Already used in products. Timer including the use of the stepper motor control skills.
- 2022-06-11 19:26:56下载
- 积分:1
-
keil下驱动程序的编写,VC
keil下驱动程序的编写,VC-the driver prepared, VC
- 2022-08-12 08:35:25下载
- 积分:1
-
基于2262的发射模块的驱动程序,使用51单片机。工作效果良好。没有不良反应...
基于2262的发射模块的驱动程序,使用51单片机。工作效果良好。没有不良反应-Based on the 2262 launch of the driver module, the use of single-chip microcomputer 51. Work well. No adverse reactions
- 2023-07-21 08:10:03下载
- 积分:1
-
Proteus can be achieved in the chess features! ! ! 1
在proteus可以实现国际象棋功能!! !1-Proteus can be achieved in the chess features! ! ! 1
- 2022-03-03 21:18:34下载
- 积分:1
-
Philip tea 5767 FM 驱动用应用程序
char FM_Init(char bandinfo, char softlev)
Philip tea 5767 FM 驱动用应用程序
char FM_Init(char bandinfo, char softlev) -Philip tea 5767 FM applications driving char FM_Init (char bandinfo, char softlev)
- 2022-07-07 06:28:43下载
- 积分:1
-
AD592温度传感器在Atmega8L下的测量程序
AD592温度传感器在Atmega8L下的测量程序-AD592 temperature sensor in the measurement procedure Atmega8L
- 2022-03-06 11:28:33下载
- 积分:1