-
DS1302andDS18B20
DS1302+DS18B20+无线遥控应用程序(DS1302+ DS18B20+ wireless remote control applications)
- 2009-09-04 11:01:54下载
- 积分: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
-
AD0809
AD0809的功能启动,描述了如何启动AD0809的数模转换功能,并且在旁边加油注释(The AD0809 s function is activated, and describes how to start the AD0809 digital to analog conversion function, and next to the fuel comment)
- 2012-04-29 15:12:40下载
- 积分:1
-
Sat889c51snd1C
at89c51snd1单片机SCMM的mp3播放程序源码
(SCMM at89c51snd1 microcontroller mp3 player source code)
- 2012-07-16 09:46:46下载
- 积分:1
-
race-game
经典赛车游戏的基础模型,基于LPC2138芯片设计,可在ILI9320 LCD触摸屏上操作(The basis of classic car racing game model, based on the LPC2138 chip design, can be in ILI9320 LCD touch screen operation)
- 2016-04-21 11:14:22下载
- 积分:1
-
MSP430F55xx-Code-Examples
430与串口和定时器的详细例程,可在链接da或ad时调用(430 link da or ad with serial timer routine, call)
- 2013-04-04 12:24:18下载
- 积分:1
-
MCUchip
单片机常用芯片手册,非常实用,初学者适合(Commonly used single-chip chip manual, very practical, suitable for beginners)
- 2009-03-09 19:48:44下载
- 积分:1
-
runclock
这是一个51单片机小程序,功能是实现跑马表,只有三位。(This is a small program the microcontroller 51, the table function is to achieve the Happy Valley, only three.)
- 2011-12-01 20:02:04下载
- 积分:1
-
AD9851
msp430 ad9851 按键控制输出不同频率的正弦波已经调试成功(msp430 ad9851 keys to control the output frequency of the sine wave has been successful commissioning)
- 2021-04-12 16:38:57下载
- 积分:1
-
dj
说明: 有关程控之类的代码以及个人的仿真图供大家学习参考(The kind of code, and programmed the simulation diagram for your personal reference learning)
- 2011-08-24 11:24:58下载
- 积分:1