-
usb转串口单片机固件程序,能实现usb
usb转串口单片机固件程序,能实现usb-232的双向转换-usb to serial single-chip firmware, usb-232 to achieve the two-way conversion
- 2022-12-08 05:55:03下载
- 积分:1
-
PIC for the AD converter, and the use of HD7279A display (public cathode of the...
用于PIC的AD转换和用HD7279A的显示(公阴极的8段数码管)-PIC for the AD converter, and the use of HD7279A display (public cathode of the eight digital tube)
- 2022-03-25 04:34:12下载
- 积分:1
-
TLC2543多通道串行A/O转换器及其c51语言单片机应用程序
TLC2543多通道串行A/O转换器及其c51语言单片机应用程序--TLC2543 multi-channels serial A/O convertor and its C51 SCM application program.
- 2023-05-05 08:20:02下载
- 积分:1
-
tire pressure detection system to receive some source
胎压检测系统接收部分源码-tire pressure detection system to receive some source
- 2022-08-18 07:04:28下载
- 积分:1
-
ASIC在VB下的开发,集成了很多方便实用的ASIC开方指令及宏命令。...
ASIC在VB下的开发,集成了很多方便实用的ASIC开方指令及宏命令。-ASIC under the VB development, integration of a number of convenient and practical ASIC prescribing instructions and macro command.
- 2022-02-20 01:47:19下载
- 积分:1
-
16*2 字符Lcd 的c51 例子
16*2 字符Lcd 的c51 例子-16* 2 characters Lcd example of the decoder
- 2022-10-31 05:50:03下载
- 积分:1
-
C8051F120初始化SPI,启动CC2420。通过将CC2420 得VREG_EN 引脚置位高电平使能Voltage
regulator,等待其稳定;然...
C8051F120初始化SPI,启动CC2420。通过将CC2420 得VREG_EN 引脚置位高电平使能Voltage
regulator,等待其稳定;然后重新启动CC2420 芯片,等待晶振起振。-Initialize SPI, start the CC2420. By CC2420 have VREG_EN pin high to enable the set Voltage regulator, waiting for their stability and then re-start the CC2420 chip, since waiting for crystal oscillator.
- 2022-09-03 13:40:03下载
- 积分:1
-
超级单片机开发工具,我一直在用,还不错,下载后要解压。...
超级单片机开发工具,我一直在用,还不错,下载后要解压。-Super microcontroller development tools, I have been using, quite good, downloaded after decompression.
- 2022-07-15 11:42:52下载
- 积分:1
-
12887的初始化程序――89C51,有助于各位使用12c887芯片!大大加快开发进度!...
12887的初始化程序――89C51,有助于各位使用12c887芯片!大大加快开发进度!-12,887 initialization procedures-- 89C51 help you use 12c887 chip! Progress greatly accelerated development!
- 2023-06-05 00:35: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