-
Infrared--code
红外遥控代码,使用于51单片机。代码简单,功能强大。(Infrared remote control code, used in 51 single-chip microcomputer. The code simple, powerful.
)
- 2012-10-08 13:29:09下载
- 积分:1
-
Temp_Time
基于DS18B20+DS1302+lcd1602+MSP430的温度时间综合测量(temperature and time measurement based on MSP430,DS1302,DS18B20,LCD1602)
- 2013-01-29 13:06:11下载
- 积分:1
-
DC_DC
基于430的DC_DC变化,采用PID控制,调节PWM的输出占公比,从而反馈调节输出电压(Based on 430 DC_DC change, using PID control, adjust the PWM output accounted common ratio, thus regulating the output voltage feedback)
- 2013-08-31 13:24:57下载
- 积分:1
-
Matrix-keyboard-lock
矩阵键盘密码锁+简易计算器,C52的单片机平台,C语言开发,适用于初学学习。(Matrix keyboard lock+ simple calculator, C52 MCU platform, C language development, suitable for beginners to learn.)
- 2015-12-20 00:22:36下载
- 积分: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
-
ses
有限差分波动方程不加边界条件二阶正演时间切片程序。(Finite difference wave equation without boundary conditions of second-order forward time-slicing procedure.)
- 2009-12-11 16:54:20下载
- 积分:1
-
keyboard
通过反转法循环扫描矩阵键盘,并通过数码管显示数据(By inversion method cyclic scan matrix keyboard, and through the digital display data)
- 2013-10-10 20:12:11下载
- 积分:1
-
61IC_S1643
CC2591功放PCB CC2530+PA (CC2591 power amplifier PCB CC2530+ PA)
- 2012-04-10 15:13:53下载
- 积分:1
-
18B20
温度试验18b20数码4位温度计18B20.rar(8b20 temperature test 8B20.rar digital thermometer 4)
- 2008-02-22 18:09:46下载
- 积分:1
-
camera_wifi_sent
只能车中将摄像头采集的图像通过无线收发(使用行中断)(Only car of the camera images collected through a wireless transceiver (use line breaks))
- 2012-12-12 12:11:28下载
- 积分:1