-
ds
DS1302 说明以及驱动程序 资料翻译
单片机学习必看(DS1302 instruction)
- 2013-05-07 16:41:43下载
- 积分:1
-
Project
Tic Tac Toe Game Or X O Game is a traditional game requires you to assemble 3 X s or O s in vertical , horizontal way
- 2014-11-07 21:42:17下载
- 积分:1
-
doc6
一个单片机程序,是关于LED数码显示的比较简易(a SCM process, the LED digital display on the relatively simple)
- 2006-11-20 15:43:52下载
- 积分:1
-
anjian
此程序为4*4矩阵键盘,键盘自身不带电源电阻,八个接线,在程序中进行需进行软件拉高拉低以便按键扫描。 应用单片机为MSP430F5529。(4* 4 matrix keyboard without power resistors MSP430F5529)
- 2014-07-04 16:25:28下载
- 积分:1
-
GEADVANCE3D_Sinogram
数据转换为正弦图,最终输出的正弦图为平均正弦图。(Data into sine figure, final output sine the graph is the average sinogram.)
- 2013-10-07 15:26:07下载
- 积分:1
-
hanshuxinhaofashenqi
基于单片机的函数信号发生器的C语言代码,自己做的(Function signal generator based on single chip microcomputer C language code
)
- 2015-05-10 15:23:41下载
- 积分:1
-
ProfiAssist2.4
PROFIBUS调试助手ProfiAssistV2.40(PROFIBUS debugging assistant ProfiAssistV2.40)
- 2013-03-12 23:13:06下载
- 积分: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
-
ADXL345
讲解 角度传感器的原理,内部结构,引脚功能,以及相关运用(Angle sensor to explain the principles of the internal structure of pin functions, and related use)
- 2011-09-01 01:42:49下载
- 积分:1