-
STM32L152-ADC_DMA
STM32L152VB的AD采集程序,7通道DMA方式采集,通过串口发送到PC,本人查阅多方资料亲自编程测试,可直接用。附带STM32L152VB工程模板,本人根据资料自己建的。(The AD STM32L152VB acquisition program, 7 channel DMA acquisition, through the serial port to send to the PC multi access information, I personally programming test, can be directly used. With STM32L152VB project templates according to the data, I built myself.
)
- 2014-11-25 15:19:29下载
- 积分:1
-
wlanapi
Use wlanapi control wireless LAN, wifi network via a callback method to achieve the hollow port scanning and data analysis, including the ssid bssid
- 2014-10-23 05:44:40下载
- 积分:1
-
ir
说明: PIC单片机红外线遥控接收解码实例
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡(PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming off, encryption, 4M crystal oscillator HS)
- 2010-03-05 19:40:41下载
- 积分:1
-
read-ssdt
读取ssdt函数当前地址,详见源码中、。。。。(Ssdt function reads the current address, see the source code. . . .)
- 2013-11-13 12:37:17下载
- 积分:1
-
dianshi
此资料给出了一套电子设计工程师的试题,很具指导性、学习性和操作性,大家不妨下载来看看吧。(This information is given a set of electronic design engineers, test questions, it is instructive to learn, and operational, you may wish to download and see it.)
- 2010-10-21 13:13:12下载
- 积分:1
-
SimulationAnalysisofIIR
说明: 红外成像导引头角跟踪系统仿真分析
红外成像导引头角跟踪系统仿真分析(Infrared imaging seeker tracking system simulation)
- 2010-04-20 15:47:01下载
- 积分:1
-
MPU6050_DMP6
利用Arduino实现读取MPU6050的DMP四元数(Arduino MCU reads MPU6050 use a DMP quaternion)
- 2013-08-28 14:57:56下载
- 积分: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
-
num
大整数阶乘新思路,实现了大整数阶乘的程序(Large integer factorial new ideas, the realization of a large integer factorial process)
- 2007-12-27 09:18:40下载
- 积分:1
-
crc_new
实现HDLC链路层的校验模块程序,在ads和mipchipc30上都调试成功。(HDLC link-layer implementation of the calibration module procedures, mipchipc30 in ads and on the success of all debugging.)
- 2009-03-19 21:52:50下载
- 积分:1