-
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
-
STM32_DAC8811
基于STM32的16位DAC8811驱动程序,亲测可用(STM32-based 16-bit DAC8811 driver, pro-test available)
- 2021-02-04 18:49:57下载
- 积分:1
-
PT22726
For this project you need a 3.7v power supply that prepared by LM317 regulator. So you need MAX232 for connect uart to pc .my AVR chip project is Mega8 that you can program on any Avr chip have 2kbyte rom. In bascom spi hardware don’t work correct, so I have to software spi ,but the software spi configure have low speed into hardware spi.
- 2009-12-03 09:04:46下载
- 积分:1
-
cedianzu
利用51单片机做电阻测量仪,实现按键设置阻值自动报警提示(The use of 51 single-chip resistance measuring instrument to achieve automatic alarm button to set the resistance)
- 2013-07-28 01:39:05下载
- 积分:1
-
date
万年历开发 时间Calendar Development - Time(Calendar Development- Time)
- 2013-12-08 17:22:11下载
- 积分:1
-
基于硬判决的BICM-ID的Turbo均衡及其改进
基于硬判决的BICM-ID的Turbo均衡及其改进(Hard decision based on the BICM-ID in Turbo equalization and improvement)
- 2010-05-27 13:40:01下载
- 积分:1
-
Character-code-tools
1.可以自动生成十六进制字编码。
2.可以自动C语言格式字符编码。
3.支持GBK和ASCII字符编码查询。(1 can automatically generate a hexadecimal character encoding.
2 can automatically format the C language character encoding.
3 support GBK and ASCII character encoding query.撤消修改)
- 2014-01-04 16:42:20下载
- 积分:1
-
ieee14
IEEE14节点模型,PSCAD案例,同步发电机功率60MW,电压等级230kV(IEEE14 node model, PSCAD case, synchronous generator power 60MW, the voltage level of 230kV)
- 2015-03-18 14:54:44下载
- 积分:1
-
fanyingyi
反应测试仪,测人的反应速度,精确到几百毫秒!通过按键测试!(Reaction tester, measuring people' s reaction speed, accurate to a few hundred milliseconds! Through the key test!)
- 2011-08-02 13:55:12下载
- 积分:1
-
IDreader
128KHzID卡读卡模块程序,带模块原理图,曼切斯特解码(128KHzID card reader module program with block diagram, Manchester decoding)
- 2020-08-29 10:18:11下载
- 积分:1