-
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
-
anjianfayin
本人收藏的一个按键发音的程序, 很不错的源码,值得下载(My collection procedures pronunciation of a button, it is a good source, it is worth downloading)
- 2008-04-07 15:58:51下载
- 积分:1
-
ps2_02
PS2通信,用stm32单片机模拟键盘鼠标往电脑送数据。(PS2 communication with stm32 SCM simulation to send data to a computer keyboard and mouse.)
- 2020-07-08 14:48:57下载
- 积分:1
-
adn
AD转换资料,超全大量AD采集电压以及采集电流的方法!(AD conversion data, a large number of ultra-wide voltage and collected current AD acquisition method!)
- 2013-09-01 17:58:25下载
- 积分:1
-
3_34
C++程序设计10852C++案例教程源代码完成统计功能的函数(C++ Programming 10852C++ Case tutorial source code to complete a function of statistical functions)
- 2007-10-28 23:46:03下载
- 积分:1
-
Tdianti_asmh
经典的汇编语言电梯控制程序 课程设计计好帮手 有设计报告和源代码 内容详细
(Classic assembly language elevator control program curriculum designer, a good helper design report and the source code and detailed)
- 2012-08-05 09:49:53下载
- 积分:1
-
bus-load-data
某地220kv母线负荷数据,对电力研究很有用(A 220kV bus load data, very useful for electric power research)
- 2015-04-02 17:58:27下载
- 积分:1
-
arduino2matlab
此文件是arduino mega 2560单片机与Matlab结合的应用,可以通过matlab观察arduino的输出,程序有详细的注解,里面包含了一些实例。适合初学者学习。(This file is arduino mega 2560 microcontroller applications in conjunction with Matlab, arduino output can be observed through matlab, procedures detailed comments, which contains a number of examples. Suitable for beginners to learn.)
- 2013-12-15 10:44:05下载
- 积分:1
-
Mypro
基于atmel studio 6,使用avr128单片机,实现超市导购机器人编程,直流电机结合颜色传感器实现自动巡线,5个舵机,3个自由度(Based on atmel studio 6, using avr128 microcontroller, to achieve the supermarket shopping guide robot programming, combined with the color sensor DC motor automatic transmission line, 5 servos, three degrees of freedom)
- 2013-09-28 22:44:36下载
- 积分:1
-
TI_DAC7611_OK
采用TI LaunchPad开发板触摸屏控制DAC7611输出电压(TI LaunchPad development board using the touch screen controls DAC7611 output voltage)
- 2014-04-17 19:35:18下载
- 积分:1