-
chaoshengboceju
超声波测距(5 28线性处理),测量线性度很高(Ultrasonic Ranging (528 linear processing), high linearity measurements)
- 2013-09-01 21:20:13下载
- 积分:1
-
Dichlorvos0.72
Vt源码修改的调试器, 想要学习过保护可以用来借鉴..(
Vt source code to modify the debugger, you can protect)
- 2016-11-20 16:21:24下载
- 积分:1
-
1602LCDa
说明: 1602LCD显示程序,自己刚刚学会编的,分享一下,谢谢!!!(1602LCD display program, their series had just learned, to share, thank you! ! !)
- 2010-04-17 23:16:10下载
- 积分:1
-
Si4432
简单的总结si4432的程序资料,非常地实用,简单。(Simple summary si4432 program information is very practical and simple.)
- 2012-07-31 20:03:42下载
- 积分:1
-
STC12C5A60S2
STC12C5A60S2电子负载全部代码,TM7705做AD TM8211做DA(STC12C5A60S2,TM7705AD TM8211DA)
- 2015-08-22 12:35:21下载
- 积分: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
-
AVR_RS485IAP
avr单片机通过RS485在线程序升级,编译环境IAR,上位机程序使用VC6.0编写。(AVR microcontroller through the RS485 online upgrade program, the compiler environment IAR, the host computer program written in VC6.0.)
- 2013-09-03 12:46:51下载
- 积分:1
-
i2c
430 单片机的i2c程序,430有i2c集成(this is an I2C program of 430)
- 2015-03-06 19:37:15下载
- 积分:1
-
315m_WU_XIAN_3LU_kongzhiqi
这是我做的一款3路LED的RGB控制器,输出接光耦控制可控硅,被控灯具为AC220V的,外接315M接受模块,用市场上一般的PT2262型遥控器无线调节输出的模式和变化速度(This is the RGB controller I do a 3 channel LED, output optocoupler control thyristor controlled lamp, AC220V, external 315M receiving module, general use on the market PT2262 remote wireless control output pattern and speed of change)
- 2013-09-09 16:11:32下载
- 积分:1
-
timer
时钟的应用源代码,可以让初次设计有关定时操作的人员借鉴。 (Clock application source code, allowing designers about the timing of the initial operation of reference.)
- 2014-01-20 15:55:52下载
- 积分:1