-
7-Seg_LEDCalc
7段数码管显示与对应值计算工具。先点击对应管位,设置显示顺序,再点击生成即可获得键值。鼠标选择键值,数码管相应显示。(7-segment LED display with the corresponding value calculation tools. Firstly, click the corresponding tube in the LED, in order to set the display order. Then click Generate to get the value. After created, select the key and the digital will show the char accordingly.)
- 2013-04-28 13:56:46下载
- 积分:1
-
endtime
当时间到时,蜂鸣器提醒,并有音乐提示。
时间可以自己设定,可以最小化到托盘。(time)
- 2010-06-30 13:16:09下载
- 积分:1
-
CAN
飞思卡尔CAN扩展帧通信,Can盒发送数据,单片机接受并返回数据(The Carle CAN extended frame communication, Can box to send data, the microcontroller to accept and return data
)
- 2020-09-21 00:47:56下载
- 积分:1
-
LCD12864
基于keil 51的LCD12864驱动开发程序,工程文件已建好,可以直接使用(Based keil 51 of LCD12864 driver development program, project files have been built, can be used directly)
- 2013-06-05 13:17:40下载
- 积分:1
-
Sat889c51snd1C
at89c51snd1单片机SCMM的mp3播放程序源码
(SCMM at89c51snd1 microcontroller mp3 player source code)
- 2012-07-16 09:46:46下载
- 积分:1
-
Mt
说明: 多路温度测试模拟,使用VB写的,只是模拟(Many way template test source)
- 2011-12-15 11:09:16下载
- 积分:1
-
ZYCainiao_sch_pcb
自己画的四轴飞行器,原理图,pcb。。。。。。。。。。。。。。。。。。。。。。。为了20个子,我真的不容易(Own painting Four aircraft, schematics, pcb)
- 2013-09-22 16:23:55下载
- 积分:1
-
103000900AVR
实现时间汉字滚动的程序,有了这个程序就可以方便我们更好的实现我们想要的功能(Realize the program rolling time Chinese characters, with this program can easy for us to better realize we want to function)
- 2011-12-13 09:23:41下载
- 积分:1
-
PT2262
PT2262是一款功能强大的单片机,我所上传的是芯片的资料,希望能对大家有所帮助(PT2262 is a powerful microcontroller, is the chip I have uploaded the information, hoping to be helpful)
- 2010-06-02 23:54:50下载
- 积分: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