-
PS2-mouse
本程序是用51单片机的PS2鼠标驱动程序(This procedure is used 51 single PS2 mouse driver)
- 2013-08-23 13:58:55下载
- 积分:1
-
car
c51的单片机智能小车 具有红外循迹 超声波避障 以及hc06手机蓝牙遥控的功能(auto car)
- 2015-05-02 17:50:08下载
- 积分:1
-
ultrasonic-measure-liquid-level
MSP430单片机的节点液位与电量程序,利用超声波测量液位。(Based on MSP430 ,measure the liquid level.)
- 2012-04-19 15:33:32下载
- 积分: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
-
DS18B20(MSP430)
利用但总线DS18B20测温程序,并在LCD显示,取三位有效小数位。整数部分两位。共5位显示。
可在利尔达MSP430F449开发板上直接实现功能。(However, temperature measurement procedure using the bus DS18B20 and LCD display, taking three decimal places effectively. Integral part of the two. A total of five shows. LSD MCU MSP430F449 on the development board can directly implement functionality.)
- 2010-07-22 11:53:56下载
- 积分:1
-
verilog
介绍了一种SPI从机的接口verilog编码(verilog code for spi slave )
- 2012-07-19 21:08:21下载
- 积分:1
-
PI_1
高压直流输电模型,二百二十千伏的,有参考价值,做的挺不错(HVDC model, $ 220 kV, a reference value, doing pretty good)
- 2014-03-08 16:05:02下载
- 积分:1
-
61IC_H4242
w90p710的LCD显示图片的程序,已测试(w90p710 the LCD display pictures of the process, have been tested)
- 2011-05-29 18:22:52下载
- 积分:1
-
calculator
the function of the code is like a calculator.Basic calculator may be build by the code.
- 2014-10-23 20:47:41下载
- 积分: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