-
EEPROM_24C02
用C语言编写的温度采集程序,可以用于C51单片机的开发(Temperature using C language acquisition program, can be used for C51 MCU development)
- 2013-12-17 19:56:26下载
- 积分:1
-
webrtc_vad
webrtc中的vad代码,单独的vs2008工程,可以运行,供学习研究使用。(it is the vad code from webrtc, it is a program of vs2008, you can run it successfully, and it is very useful for study and research.)
- 2014-07-17 16:45:22下载
- 积分:1
-
SearchMaze
测试电脑鼠各个红外探测器的算法,可自行调试(Test each computer mouse infrared detector algorithm, self-debugging)
- 2013-11-07 20:20:46下载
- 积分:1
-
sd
说明: 通过读出SD卡中320x240像素、16位BMP图片的HEX数据,依次写到屏上,还原图片(Read SD card in 320x240 pixels, 16 BMP picture HEX data, in turn written to the screen to restore the picture)
- 2012-05-25 23:19:07下载
- 积分: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
-
bujindianji
单片机at89c52控制步进电机,愿跟大家一起分享(Microcontroller at89c52 control stepper motor, is willing to work with you to share with)
- 2012-11-29 18:44:27下载
- 积分:1
-
MotorCtrl
PID控制,包括算法,控制阶梯列表,算法步进(PID control, including algorithms, control ladder list, the algorithm step)
- 2009-02-26 11:40:55下载
- 积分:1
-
xjzhw
51单片机智能循迹小车,c语言程序和教程(51 MCU intelligent tracking car c language tutorial program)
- 2013-07-16 14:32:08下载
- 积分:1
-
STC12C5204ADPSTCPLEDPFlicker
STC12C5204AD单片机控制单个二极管闪烁源代码,二极管由138译码器使能,另一端单片机IO口控制,采用延时程序,是单片机初学者很好的学习源代码(STC12C5204AD flash microcontroller source code to control a single diode, diode 138 by the decoding is enabled, the other end of the single-chip IO port control, using the delay procedure is a very good chip for beginners to learn the source code)
- 2011-07-26 17:03:59下载
- 积分:1
-
shangweiji
上位机,与51单片机进行通信,将从单片机发送过来获得的信息显示在显示界面上。(PC, with 51 single-chip communication, sent from the information obtained from the microcontroller is displayed on the display screen.)
- 2014-02-18 15:30:11下载
- 积分:1