-
STM32F107Exp23(for_ST_FW_3.10)
基于stm32f107的几乎所有基本功能模块的实现与应用源码(Stm32f107 almost all basic functional modules and application source code)
- 2012-12-14 18:06:53下载
- 积分:1
-
51chuankoutiaoshi
51单片机串口调试程序一列,希望对大家有用(51 Single-chip serial debugging a program, in the hope that useful to everybody)
- 2008-05-20 12:10:22下载
- 积分:1
-
PT2262
PT2262是一款功能强大的单片机,我所上传的是芯片的资料,希望能对大家有所帮助(PT2262 is a powerful microcontroller, is the chip I have uploaded the information, hoping to be helpful)
- 2010-06-02 23:54:50下载
- 积分:1
-
msp430_ADC
msp430的adc测试程序,如果需要ADC学习的,可以看看,或许有些帮助。(msp430 of adc testing procedures, if desired ADC to learn, you can look, maybe some help.)
- 2016-03-22 21:32:58下载
- 积分:1
-
ds
DS1302 说明以及驱动程序 资料翻译
单片机学习必看(DS1302 instruction)
- 2013-05-07 16:41:43下载
- 积分:1
-
HydraulicManipulator
6自由度机械臂从臂的控制程序,实现主从臂遥操作控制。(6 DOF manipulator arm the control program, using the integrated cards.)
- 2020-11-20 18:39:36下载
- 积分:1
-
bellman_for.zip
无线传感器网络中发现从权有向图的定顶点的最短路径发现从权有向图的定顶点的最短路径( finds shortest paths a given vertex of a weighted directed graph)
- 2015-04-16 09:03:14下载
- 积分:1
-
AD_lcd
基于TI公司的msp430g2553单片机的lcd显示程序,好用(Based on TI company s msp430g2553 MCU LCD display program, absolutely easy to use)
- 2013-09-12 12:23:53下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
K60CCD3.0
在飞思卡尔32位的单片机K60的平台上实现线性CCD采集图像的功能;能够实现自动曝光功能;很好的调节图像;(K60 implemented on Freescale MCU platform 32 linear CCD image acquisition functions able to achieve automatic exposure function well adjust the image )
- 2014-02-22 16:25:22下载
- 积分:1