-
能够将语音先进行录制,然后在回放,适合应用在一些需要语音播报功能的设备上...
能够将语音先进行录制,然后在回放,适合应用在一些需要语音播报功能的设备上-Able to carry out a voice recording, playback and then, suitable for broadcast in a number of the needs of voice-enabled devices on the
- 2022-02-19 22:52:38下载
- 积分:1
-
拷拷贝到你的Keil安装目录下的c51in文件夹中。
工程文件中需设置一下:
project...
拷拷贝到你的Keil安装目录下的c51in文件夹中。
工程文件中需设置一下:
project->Option for Target Target1
选Debug页
左侧最下面
Dialog Dll
一般是DP51.DLL,不用修改
Parameter
中是
-P51
在其后加入
-dledkey
即该行看起来应该是这样的:
-p51 -dledkey
保存即可
进入调试后,点击:Peripherals,其中多出一个“键盘LED实验仿真板”选择该项即可。-emboss your copy of the Keil installation directory under the decoder bin folder. The project document to be provided as follows : project-gt; Option for Target Target1 election Debug bottom of the left page is generally Dialog Dll DP51.DLL, need not be amended Parameter is- P51 add after-dledkey that the bank should look like this :-p51-can be preserved into dledkey to debug and click : Peripherals, in which more than a "keyboard LED simulation board," which can be chosen.
- 2022-01-25 15:16:05下载
- 积分:1
-
用proteus进行的开发,和刚上传的c文件一起用
用proteus进行的开发,和刚上传的c文件一起用-Proteus carried out with development, and the newly uploaded file with c
- 2022-04-30 19:39:46下载
- 积分:1
-
用C8051F330单片机控制L297和L298驱动步进电机。能够实现正反转
用C8051F330单片机控制L297和L298驱动步进电机。能够实现正反转-C8051F330 SCM with L297 and L298 stepper motor drive. To achieve positive
- 2023-02-16 07:25:03下载
- 积分:1
-
用51单片机实现大脉宽调制
用51单片机的PWM实现DA
-PWM using 51 single chip realize DA
- 2023-07-29 09:25:03下载
- 积分:1
-
modbusx协议仿真,研究好仪表Modbus
ModBus通信参考程序,Keil编译,学习ModBus的好工具-ModBusx protocol simulation, study well the instrument ModBus
- 2022-03-04 12:58:59下载
- 积分:1
-
ti c6713 芯片的gpio的演示,类似于流水灯试验在单片机学习中的效果,可以帮助入门c6...
ti c6713 芯片的gpio的演示,类似于流水灯试验在单片机学习中的效果,可以帮助入门c6
- 2022-02-03 02:56:48下载
- 积分: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
-
基于C51单片机的多机串口,MODBUS协议通讯的实现方法.
基于C51单片机的多机串口,MODBUS协议通讯的实现方法.-C51 Microcontroller Based Multi-machine serial port, MODBUS communication protocol implementations.
- 2023-09-02 16:55:03下载
- 积分:1
-
ST52单片机与ad0804和dac0832接口的C语言例子,含数据手册及接口电路图。...
ST52单片机与ad0804和dac0832接口的C语言例子,含数据手册及接口电路图。-Ad0804 and ST52 MCU and the C language interface dac0832 examples, including data sheet and the interface circuit.
- 2022-07-15 07:21:11下载
- 积分:1