-
LIN6-i0P9999-int
PIC18F2420 用中断方式从0加到9999 采用四位工阳极数码管(PIC18F2420 interrupt from 0 added to the 9999 four workers anode digital tube)
- 2012-09-05 15:24:02下载
- 积分:1
-
Digitalpotentiometer
基于AD8402的数字电位器,可以拟补模拟电位器进度不够的缺陷,从而提高系统的精度(AD8402 based on the digital potentiometer, can fill to simulate the defects, schedule enough potential to improve precision of the system)
- 2021-05-06 22:28:36下载
- 积分:1
-
aCCOOLLECTd
ad7812采集程序源码10位的,运用c语言言开发的,环境是KEIL 51。 可直接使用。
(The ad7812 acquisition program source 10, developed using c language words, the environment is the KEIL 51. Can be used directly.)
- 2012-06-11 18:59:34下载
- 积分:1
-
Tracker_VBAT
这是我做的一个跟踪器的锂电池关锁的部分。(This is what I do as a tracker of lithium shut part.)
- 2011-07-21 16:01:17下载
- 积分:1
-
read-ssdt
读取ssdt函数当前地址,详见源码中、。。。。(Ssdt function reads the current address, see the source code. . . .)
- 2013-11-13 12:37:17下载
- 积分:1
-
sdfghjk
基于正点原子stm32的频谱 a1读取ad信号显示(Punctuality atomic spectrum based stm32 a1 read signal display ad)
- 2015-07-26 19:55:48下载
- 积分:1
-
Ccode
此代码是关于利用51单片机实现步进,滞留等程序的参考用。(This code is on the use of 51 single-chip stepper, detention and other procedures for reference.)
- 2016-05-08 19:08:59下载
- 积分:1
-
dianchangxunjian
一款电厂巡检软件,很简单的C++处理程序,适合初学者使用,C++(A plant inspection software, very simple C++ handler for beginners, C++)
- 2014-02-23 15:48:29下载
- 积分:1
-
smart-car
在淘宝上购买的毕业论文,价值400的源程序,包含全部文件。一款基于单片机的灭火机器人模型的设计。系统以STC89C52RC单片机为控制核心,创新自制了火焰传感器用来测量火源,使用TCRT5000型光电对管检测循迹黑线,L298驱动电机前后转动,LCD1602液晶显示灭火的次数,通过控制继电器开关风扇灭火。(On Taobao buy thesis, the value of the 400 source code, including all documents. Fire fighting robot model based on a single-chip design. System microcontroller STC89C52RC to control core, innovation homemade flame sensor is used to measure the fire source, tracking black line on the tube use TCRT5000 photoelectric detection, L298 drive motor rotating back and forth, the LCD1602 LCD number of fire-fighting, fire control relay switch fan .)
- 2013-05-16 18:52:49下载
- 积分: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