-
Mouse_Drive
电脑鼠底层驱动,能实现曲线转弯,速度快,很平稳(Computer mouse driver, can realize curve curve, speed, very smooth
)
- 2012-02-26 21:53:33下载
- 积分:1
-
virtual-serial-port
单片机虚拟串口仿真图,里面有虚拟串口软件和串口调试助手,还有用proteus进行的仿真图,不用开发板一样进行仿真,只能说proteus太强大了。只要你想不到的,没有他做不到的!(Virtual serial port emulation chip chart, which has a virtual serial port software and serial debugging assistant, as well as performed with proteus simulation map, not the same simulation development board can only say proteus too strong. As long as you think, no he can not do!)
- 2013-07-31 16:19:11下载
- 积分: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
-
hs108-MC44BS373CA
hs108单片机控制两个MC44BS373CA实现载频为30MHz和50MHz的I2C通信(hs108 MCU control two MC44BS373CA achieve carrier frequency of 30MHz and 50MHz of I2C communication
)
- 2015-01-26 13:03:16下载
- 积分: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
-
51-Collect
TLC2543采集十路电压电流和温度,并且在液晶屏1602上显示出来,485传输代码还没写好,目前可以正常使用(TLC2543 collect ten road voltage and current and temperature, and displayed on the LCD 1602, 485 have not written the code, you can use it)
- 2015-05-02 16:57:53下载
- 积分:1
-
hongwai-yaokong-jiema
红外遥控解码,基于51单片机的例程,简单实用,我在学习单片机的时候用到的(Infrared remote control decoding, based on 51 MCU routine, simple and practical, I used the time to learn microcontroller)
- 2013-08-04 16:53:01下载
- 积分:1
-
LED
说明: usb控制下位机led 灯的点亮,哦2混排博大精深进 .(jhsofgj k skdfgmdkf m k pkd fkgfpok fgk dpo )
- 2011-04-04 09:28:45下载
- 积分:1
-
1
说明: 步进电机L298N可调速msp430控制调试成功(Stepper motor L298N can be governor the msp430 control debugging success)
- 2012-07-24 20:23:22下载
- 积分:1
-
ADC0832
使用ADC0832和STC89C51单片机实现AD采集(Using ADC0832 and STC89C51 microcontroller AD collection
)
- 2016-03-15 22:33:05下载
- 积分:1