-
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
-
Modbus_HoldStart)
modbus通信程序,可用组态软件的驱动程序开发(modbus communication program, available configuration software driver development)
- 2014-02-22 14:42:15下载
- 积分:1
-
PIC24Calculator
PIC24单片机实现的计算器,在protus下仿真实现(PIC24 MCU calculator, under Simulation in protus)
- 2011-11-14 22:35:33下载
- 积分:1
-
c
说明: 单片机软件仿真开发的硬件级联方式,可用于简单仿真及硬件实现(SCM software simulation developed hardware cascade can be used for simple simulation and hardware implementation)
- 2012-11-18 21:18:37下载
- 积分:1
-
runclock
这是一个51单片机小程序,功能是实现跑马表,只有三位。(This is a small program the microcontroller 51, the table function is to achieve the Happy Valley, only three.)
- 2011-12-01 20:02:04下载
- 积分:1
-
jm20316-HDD-Enclosure
jm20316移动硬盘盒---原理图,PCB板图。非常好用的资料(jm20316 HDD Enclosure--- schematics, PCB board map. Very useful information)
- 2020-10-28 16:39:57下载
- 积分:1
-
Firmware_Lib_ft6x06_V20_04_S01_01
敦泰科技触摸IC源码,非常好的C语言学习源码程序,(Touch IC source, Thai science and technology, a very good C language source code program,)
- 2014-10-09 15:05:08下载
- 积分:1
-
drawing
用循环程序 画用星号* 组成的方框图,可以设置方框的边长大小(Block diagram with an asterisk* cyclic process consisting of paintings, you can set the size of the box side)
- 2014-02-22 13:59:19下载
- 积分:1
-
iic135
MSP430f135的I2c源代码,一个华为牛人写的,编程风格非常好,值得学习(I2c the MSP430f135 source code, a Huawei cattle were written a very good programming style, it is worth learning)
- 2009-07-21 08:17:10下载
- 积分:1
-
MPPT1
MPPT,最大功率跟踪,使用STC12R5608AD作主控芯片。原理图,程序完整。直接烧录即可使用。PCB就不上传了,自己画一下。研究生课程设计的作品(MPPT, MPPT using STC12C5608AD as master chip. Schematics, program integrity. Direct burn to use. PCB not uploaded Kazakhstan, she painted it. Graduate course design work)
- 2013-08-20 21:52:28下载
- 积分:1