-
1602-clock
利用单片机进行时钟的设计,并且用1602液晶显示(
The use of MCU clock design, and liquid crystal display with 1602)
- 2016-03-21 17:34:19下载
- 积分:1
-
CC430-4-TIMER
CC430定时器应用程序定时2MS点亮LED灯,定时2MSLED灭。(CC430 timer application timing the 2MS light LED lights, timing 2MSLED off.)
- 2012-07-24 16:18:33下载
- 积分: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
-
DAvE_XC866_v2[1].3
RF1100无线模块与英飞凌CX8868位微控单片机(i can t)
- 2011-10-08 16:00:59下载
- 积分:1
-
byqh
一个变压器保护的程序,是配电变电所内的保护程序(A transformer protection program, is within the power distribution substation protection program)
- 2010-07-07 10:44:00下载
- 积分:1
-
mu
奇迹自动捡物按键精灵源码
可自动挂机,捡物文本源码(Miracle Source Wizard button automatically picking up objects)
- 2014-01-13 02:37:54下载
- 积分:1
-
shuangkui
双馈风电机组的PSCAD模型,是通用模型,有助于帮助解决双馈风电机组建模问题(PSCAD doubly-fed motor model)
- 2013-12-23 21:47:00下载
- 积分:1
-
congji
实现声音导引小车运动,智能小车程序C51代码(Achieve sound AGV Sport, smart car program code C51)
- 2013-08-09 14:45:30下载
- 积分:1
-
lex_weight
lexical analysis of text detail program...
- 2009-11-13 05:34:53下载
- 积分:1
-
tongbujianPtiaobian
这是一个为数不多的用C语言编写的PIC12C508的RGB灯的小型控制器,交流同步信号检测,七彩跳变+七彩渐变,做LED的朋友可以参考,程序可以直接使用的;(This is a small controller RGB lights a few written by C PIC12C508, AC synchronous signal detection, colorful jump+ colorful gradient, do LED friends can reference, the program can be used directly )
- 2013-09-09 16:24:18下载
- 积分:1