-
Desktop
跑马灯设计,主要是利用51单片机完成跑马灯的设计(Marquee design)
- 2012-09-18 21:59:36下载
- 积分:1
-
AD9850
DDS9850,亲测可用,有中文解释,信号发生器(DDS9850, pro-test is available, there are Chinese explanation, the signal generator)
- 2014-02-18 11:54:08下载
- 积分:1
-
3399873
AT89C51驱动直流电机,有仿真跟C语言。直流电机驱动,实现直流电机的正、反转,PWM调速。(AT89C51-driven DC motor, a simulation with the C language. DC motor drives, DC motor forward and reverse PWM speed control.)
- 2012-06-05 21:03:47下载
- 积分:1
-
STEPPER-MOTOR
通过51单片机串行转并行,扩展IO口,实现四个步进电动机的控制。(By 51 microcontroller serial to parallel IO expansion port, to achieve four stepper motor control.)
- 2013-07-27 09:36:43下载
- 积分:1
-
demo-of-ZigBee2004-stack
cc2430无线射频模块(基于ZigBee2006)的2004协议栈的演示程序和使用说明,刚开始学习或接触ZigBee的朋友可以借此来学习。(cc2430 RF module (based on ZigBee2006) of the 2004 protocol stack demo program and instructions for use, just learning or exposure to ZigBee' s friends can learn.)
- 2011-05-08 22:26:24下载
- 积分: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
-
CH341A-Labview-driver-VI.lib
I2C与mens传感器通信应用ch341-I2C-labview(I2C and mens tongxin)
- 2015-07-23 11:29:21下载
- 积分:1
-
zhiliudianji
由单片机8951来控制 c语言编写 具有实现正转反转 加速减速 采用PWM调制的方法(By the single-chip microcomputer to control the 8951 with c language implementation is to accelerate the slowdown in the use of inverted PWM modulation method)
- 2009-03-23 22:04:15下载
- 积分:1
-
dt.STM32Pfreemodbus
STM32单片机freemodbus的移植,主从机的都有(1, transplant FreeModbus1.5 and RT-Thread1.1.1 to STM322, development platform supports Eclipse, Keil, IAR3, can be used in the Eclipse plug-in version management EGIT 4, support Modbus RTU (ASCII untested))
- 2013-09-29 20:50:19下载
- 积分:1
-
BF51
BF51实验板CAN通信器件SJA1000驱动代码(BF51 experimental board SJA1000 CAN communication device driver code)
- 2011-04-27 17:37:18下载
- 积分:1