-
communication_between_PC_and_61.rar
PC与单片机进行通信。能够在VC6.0进行仿真。注意:visual2008不能仿真。(PC to communicate with the MCU. Can VC6.0 be simulated. Note: visual2008 not emulation.)
- 2010-01-19 10:44:34下载
- 积分:1
-
stm32
这是基于STM32的室内环境监测毕业设计,主要是检测了温湿度和关照强度,同时实现了数字万年历的显示,开发板为野火的。(This is based on the STM32 indoor environment monitoring graduation design, to detect the temperature and humidity, and take care of intensity, while achieving a digital calendar display development board wildfire.)
- 2013-04-16 17:11:29下载
- 积分:1
-
ev1527
基于一款EV1527的解码程序,配合330K震荡电阻使用(Based on the a EV1527 decoding program, with the use of 330K shock resistance)
- 2020-09-08 20:18:04下载
- 积分:1
-
Text1
用单片机产生频率,占空比可调的方波,这是C语言的原代码。(Produced with single-chip frequency, variable duty cycle square wave, which is the C language source code.)
- 2011-09-17 10:53:43下载
- 积分:1
-
430
msp430f149三相逆变电源源代码,可以输出6路spwm信号(msp430f149 spwm)
- 2014-05-09 16:39:55下载
- 积分:1
-
SHIYANJIU
基于51的C语言频率计,内涵仿真图,以实现空能(Based on 51 C-language frequency meter, meaning simulation diagram, in order to achieve air can)
- 2013-07-17 14:12:29下载
- 积分:1
-
Ad_da-transformation
ad_da 数电——模电 转换,单片机应用子程序(ad_da transformation)
- 2012-12-19 11:10:05下载
- 积分:1
-
Music-Box
基于51单片机的32和弦音乐盒程序,有曲目切换,音量调节,播放时间,步进电机驱动,流水灯等功能,是普通音乐的升级版本,且代码清晰,注释完整,结构合理。(Based on 51 single-chip 32 polyphonic music box procedures, switch tracks, adjust volume, play time, stepper motor drive, water lights and other functions, is an upgraded version of the ordinary music and clear code, comments, integrity, reasonable structure.)
- 2020-09-10 15:58:02下载
- 积分:1
-
240128
240128演示程序 采用t6963演示汉字(unsigned int i,j
CmdWrite(0x5c)
DataWrite(0x00)
DataWrite(0x00)
CmdWrite(0x46)
DataWrite(0x00)
DataWrite(0x04) //csr=0x0400 字摸地址80H
CmdWrite(0x4c)
CmdWrite(0x42) )
- 2021-01-28 13:58:34下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1