-
USB带宽测试的程序,针对CY7C68013的USB2.0接口芯片,编译环境为KEIL...
USB带宽测试的程序,针对CY7C68013的USB2.0接口芯片,编译环境为KEIL -USB bandwidth test procedures against CY7C68013 USB 2.0 interface chip, compile environment for KEIL
- 2022-05-27 16:33:34下载
- 积分:1
-
avrfreaks is one of the DS1302 example, I put it on HD44780 combined with Proteu...
是avrfreaks上的一个DS1302的例子,我把它和HD44780结合起来用Proteus仿真
仿真环境:Proteus sp5
编程环境:winavr -avrfreaks is one of the DS1302 example, I put it on HD44780 combined with Proteus simulation simulation environment : Proteus sp5 programming environment : winavr
- 2023-07-28 23:55:03下载
- 积分:1
-
三线式单工通讯 毕业设计
电路图和程序都是正确得
三线式单工通讯 毕业设计
电路图和程序都是正确得-Single 3-wire communication circuit and procedures, graduation design is correct too
- 2022-03-05 03:22:58下载
- 积分:1
-
MSP430液晶控制程序,可以控制一般的12864液晶显示屏,短小,配合8M赫兹时钟频率...
MSP430液晶控制程序,可以控制一般的12864液晶显示屏,短小,配合8M赫兹时钟频率-MSP430 LCD control procedures to control the general 12864 LCD screen, short, with 8M Hz clock frequency
- 2022-02-05 21:56:38下载
- 积分:1
-
基于SPE061A(凌阳单片机)具有语音功能的水温控系统
基于SPE061A(凌阳单片机)具有语音功能的水温控系统-Based on SPE061A (Sunplus Singlechip) voice-enabled water temperature control system
- 2022-01-24 14:51:45下载
- 积分:1
-
介绍了一种利用单片机控制力矩电机的方法,C语言源程序
介绍了一种利用单片机控制力矩电机的方法,C语言源程序-Introduce a single-chip computer control torque motor way, C language source code
- 2022-11-02 01:20:03下载
- 积分:1
-
AVRmega8515的AD转换,4094驱动数码管显示,程序简单易懂。
AVRmega8515的AD转换,4094驱动数码管显示,程序简单易懂。-AVRmega8515 the AD conversion, digital tube display driver 4094, the program easy-to-read.
- 2023-03-14 17:15:03下载
- 积分:1
-
一种实用的汉字字模生成软件单片机液晶显示(源码),..
一个实用的单片机显示液晶用汉字字模生成软件(非源码),非常实用,可生成C51或汇编格式。-a practical LCD MCU with Chinese characters Fonts generation software (FOSS), a very practical, or can be generated C51 compilation format.
- 2022-11-07 06:15:03下载
- 积分:1
-
LPC2103,ADC源码,很好用的,IAR环境下编译
LPC2103,ADC源码,很好用的,IAR环境下编译-LPC2103, ADC source, well used, IAR compiler environment
- 2022-03-02 01:11:20下载
- 积分: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