-
BattTestV2.0
一个通过USB->UART读取C8051F060的程序,实现曲线分析、放大、报表等,采用多线程。
驱动从www.silabs.com下载,要用NI的UI控件。完整版。(a USB-)
- 2007-01-21 13:10:10下载
- 积分:1
-
red-translator
红外解码,通过单片机的红外解码控制单片机上的相关控件。(failed to translate)
- 2011-07-07 09:45:03下载
- 积分:1
-
12
基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分:1
-
000
51单片机模拟一个USB键盘的代码,c语言编写的(51 USB keyboard microcontroller code that simulates a, c languages)
- 2010-12-14 19:25:58下载
- 积分:1
-
PID-car
智能车PID控制,非常不错的讲述PId原理的文献(Smart car PID control, very good about the principles of literature PId)
- 2015-03-24 09:49:17下载
- 积分:1
-
Music-Box
基于51单片机的32和弦音乐盒程序,有曲目切换,音量调节,播放时间,步进电机驱动,流水灯等功能,是普通音乐的升级版本,且代码清晰,注释完整,结构合理。(Based on 51 single-chip 32 polyphonic music box procedures, switch tracks, adjust volume, play time, stepper motor drive, water lights and other functions, is an upgraded version of the ordinary music and clear code, comments, integrity, reasonable structure.)
- 2020-09-10 15:58:02下载
- 积分:1
-
TI_DAC7611_OK
采用TI LaunchPad开发板触摸屏控制DAC7611输出电压(TI LaunchPad development board using the touch screen controls DAC7611 output voltage)
- 2014-04-17 19:35:18下载
- 积分: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
-
zhongjile
通过51单片机设计一个电子时钟,精确到秒,可以通过按键调节时间(By 51 microcontroller design an electronic clock, accurate to seconds, you can adjust the time by pressing a button)
- 2013-11-14 09:56:13下载
- 积分:1
-
LCD12864
msp430 LCD12864 test program, beginners essential for college students SCM contest entry procedures, enclosing the source, and Chinese comments
- 2015-05-11 21:21:46下载
- 积分:1