-
51单片机红外接受和发射,利用51单片机的串口通信。发射也是通过串口发射。...
51单片机红外接受和发射,利用51单片机的串口通信。发射也是通过串口发射。-51 Single-chip infrared accept the use of 51 Single-chip serial communication. Launch is fired through the serial port.
- 2023-05-09 20:25:03下载
- 积分:1
-
AVR读写1302源程序,非常好用
AVR读写1302源程序,非常好用-AVR ?列
- 2022-04-26 22:07:15下载
- 积分:1
-
2812原理图,对初学者有很大的帮助,尤其刚开始玩2812对硬件不熟的朋友...
2812原理图,对初学者有很大的帮助,尤其刚开始玩2812对硬件不熟的朋友-2812 schematic diagram of great help for beginners, in particular, began playing a friend unfamiliar with 2812 pairs of hardware
- 2022-04-25 07:35:13下载
- 积分: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
-
一个很不错的按键单片机C程序
一个很不错的按键单片机C程序-a very good button SCM C Program
- 2023-05-11 07:25:03下载
- 积分:1
-
Singlechip LCD12864 show demo
单片机 LCD12864显示演示程序-Singlechip LCD12864 show demo
- 2022-10-18 06:25:02下载
- 积分:1
-
单片机测温度c程序,温度传感器为DS1624
单片机测温度c程序,温度传感器为DS1624-C Single-chip temperature measurement procedures for the DS1624 temperature sensor
- 2022-02-04 23:26:51下载
- 积分:1
-
电子
Electonic-bike-Contro,电动车单片机源代码程序-Electonic-bike-Contro, Electric Vehicle Singlechip source code program
- 2022-06-02 07:32:06下载
- 积分:1
-
the code is completed, I set up the GPRS data
本代码是本人毕设所做的GPRS数传系统的软件部分,实现了PPP,UDP,IP协议的分层和打包,实现了嵌入式设计中的UDP/IP协议栈-the code is completed, I set up the GPRS data-transmission system software, to achieve the PPP, UDP, IP protocol layering and packaged to achieve the design of embedded UDP/IP protocol stack
- 2022-03-16 03:47:21下载
- 积分:1
-
基于并口的SPI总线93CXX的读写程序
基于并口的SPI总线93CXX的读写程序-This is a programm for SPI chip 93cxx in use of parral port
- 2022-05-11 02:05:27下载
- 积分:1