-
Digital-clock
利用单片机(STC89C52)为核心结合机械按键、数码管以及稳压器件等电子元器件组装了一个数字时钟,可以实现精准的计时以及修改等功能;(The combination of mechanical buttons, digital tube, and electronic regulator device the microcontroller (STC89C52) as the core components assembled a digital clock, and can achieve precise timing and modify functions )
- 2013-04-08 22:30:12下载
- 积分:1
-
CIP
AB PLC通信sdk以及CIP协议规范(AB PLC communication SDK and CIP protocol specification )
- 2017-01-04 21:07:25下载
- 积分:1
-
i2c
430 单片机的i2c程序,430有i2c集成(this is an I2C program of 430)
- 2015-03-06 19:37:15下载
- 积分:1
-
多路舵机控制
对舵机的调试功能,通过多个舵机完成整个机器人的拼凑,进而完成机器人跳舞的任务。(The debugging function of the steering gear completes the assembly of the whole robot through multiple steering gear, and then completes the task of robot dancing.)
- 2020-06-25 18:00:01下载
- 积分:1
-
yinyue
简单的音乐盒,可以播放音乐,并且有花样灯进行闪烁,是个不错的小礼物。(music box
)
- 2012-04-29 09:38:02下载
- 积分:1
-
Desktop
这是一份关于MSP430的C程序和课件,虽然不是很全面,但是对于新手还是够用的。(This is a report on the MSP430 C program and courseware, though not very comprehensive, but still enough for the novice.)
- 2012-06-13 21:30:56下载
- 积分:1
-
cc
说明: 自动加料机控制系统 以单片机实现 用于毕业设计 (Automatic feeder control system the MCU for graduation design)
- 2012-11-08 08:39:33下载
- 积分:1
-
AD_lcd
基于TI公司的msp430g2553单片机的lcd显示程序,好用(Based on TI company s msp430g2553 MCU LCD display program, absolutely easy to use)
- 2013-09-12 12:23:53下载
- 积分: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
-
STM32_SD
STM32F103VET6下的SD卡驱动,有需要的朋友请下。(rfef fsdfiw )
- 2011-12-02 11:12:43下载
- 积分:1