-
通过汇编实现的软I2C通讯代码,希望对大家有参考意义
通过汇编实现的软I2C通讯代码,希望对大家有参考意义-Software I2C Communications
- 2023-05-13 19:45:03下载
- 积分:1
-
The HCS300 from Microchip Technology Inc. is a code
hopping encoder designed fo...
Microchip Technology Inc. 的HCS300 是一款跳码编码
器,它是专为安防遥控无钥门禁(RKE)系统而设计
的。 HCS300使用KEELOQ跳码技术,并具有安全性高、
封装尺寸小和成本低等特性。 HCS300 是单向遥控无钥
门禁系统和访问控制系统最完美的解决方案。-The HCS300 from Microchip Technology Inc. is a code
hopping encoder designed for secure Remote Keyless
Entry (RKE) systems. The HCS300 utilizes the KEELOQ
code hopping technology, incorporating high security, a
small package outline and low cost. The HCS300 is a
perfect solution for unidirectional remote keyless entry
systems and access control systems.via any external connection. The EEPROM data is pro-grammable but read-protected.
2006 Microchip Technology Inc.
- 2022-02-03 06:29:11下载
- 积分:1
-
Atmel Uart C51程序(主方式)
Atmel Uart C51程序(主方式)-Uart (the main mode)
- 2022-02-09 11:38:15下载
- 积分:1
-
PIC24 Singlechip procedure example, this information was relatively small. Their...
pic24单片机程序示例,这方面的资料相对较少。自己先顶一下。-PIC24 Singlechip procedure example, this information was relatively small. Their first top-click.
- 2022-03-25 00:44:04下载
- 积分:1
-
单芯片电子称重方案,包括代码和原理图,文档
单芯片电子称重方案,包括代码和原理图,文档
- 2023-06-20 20:30:02下载
- 积分:1
-
这是一个AVR单片机的电子教程,对于初学AVR单片机的人来说是个比较不错的资料!
这是一个AVR单片机的电子教程,对于初学AVR单片机的人来说是个比较不错的资料!-This is a single-chip electronic AVR tutorials for beginners who AVR MCU is a relatively good information!
- 2022-03-05 21:54:00下载
- 积分:1
-
发射芯片nrf24e1的控制字配置,发射子程序
与单片机的通讯
发射芯片nrf24e1的控制字配置,发射子程序
与单片机的通讯-Launch control chip nRF24E1 word configuration, launch communications subroutine with SCM
- 2022-08-21 09:26:49下载
- 积分:1
-
这是一个IC卡智能水表程序,我已编译过可以用的.
这是一个IC卡智能水表程序,我已编译过可以用的.-This is a smart meter IC card, I have compiled can be used.
- 2022-01-25 16:57:34下载
- 积分:1
-
这是单片机C51的各种代码包,包括:I2C应用程序、滚动码应用原程序、红外应用源程序集、用计算机并口模拟SPI通讯的C源程序...
这是单片机C51的各种代码包,包括:I2C应用程序、滚动码应用原程序、红外应用源程序集、用计算机并口模拟SPI通讯的C源程序-C51 microcontroller This is the code, including : I2C applications, rolling code original application procedures, Application of infrared source sets, computer simulation of SPI communications Parallel C source files, etc.
- 2022-01-21 22:38:45下载
- 积分: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