-
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
-
k_eps
A UDF of k epsilon model which can be used for modified turbulence modelling calculations with ansys fluent
- 2015-03-21 11:38:08下载
- 积分:1
-
fangzhen
0013、单片机C语言程序设计实训100例——基于8051+Proteus仿真(0013, Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation)
- 2016-06-24 22:29:09下载
- 积分:1
-
GpibEthernetSample
GPIB程序,该程序应用tcp协议通信,可应用GPIB连接可编程仪器,然后用上位机控制可编程仪器。(GPIB program that application tcp protocol communication, connection programmable GPIB instruments can be applied, and then use the host computer to control a programmable instrument.)
- 2014-05-13 12:36:56下载
- 积分:1
-
ad7682
4通道ad7682驱动程序 在msp430单片机上调试成功(4-channel ad7682 driver debugging success msp430 microcontroller)
- 2020-12-03 14:39:24下载
- 积分:1
-
FreeRTOSv8.0.1
智能家居开发智能家居的程序代码分享谢谢。觉得好用的就下载玩玩(Intelligent development of intelligent Home Furnishing Home Furnishing code share. Feel good just download and play)
- 2015-03-30 21:11:09下载
- 积分:1
-
Temp_Time
基于DS18B20+DS1302+lcd1602+MSP430的温度时间综合测量(temperature and time measurement based on MSP430,DS1302,DS18B20,LCD1602)
- 2013-01-29 13:06:11下载
- 积分:1
-
S57reader
能够快速读取电子海图,还有简单的显示功能(ENC )
- 2021-04-12 15:08:57下载
- 积分: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
-
read-ssdt
读取ssdt函数当前地址,详见源码中、。。。。(Ssdt function reads the current address, see the source code. . . .)
- 2013-11-13 12:37:17下载
- 积分:1