-
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
-
jianpansaomiao
对矩阵键盘的程序编写,详细地讲述了如何扫描键盘的输入!(The matrix keyboard programming, detailed tells the story of how to scan the keyboard input!)
- 2013-09-29 09:29:23下载
- 积分:1
-
STM32 SPI读写FM25CL64铁电存储器
STM32 SPI读写FM25CL64铁电存储器,程序为103RBT6单片机读写代码,包括SPI初始化、字节发送接收代码、FM25CL64读写代码(STM32 SPI read/write FM25CL64 ferroelectric memory, the application for 103 rbt6 microcontroller, speaking, reading and writing code, including the SPI initialization code byte code to send and receive FM25CL64, speaking, reading and writing
)
- 2020-06-27 02:20:02下载
- 积分:1
-
program
GT400运动控制系统上位机轮廓插补控制程序(GT400 motion control system host computer contour interpolation control procedures)
- 2020-11-18 15:49:38下载
- 积分:1
-
Carrier_0_03.tar
CARRIER todo esto es un documento elaborado con la mayora facilidad
- 2013-12-14 04:43:26下载
- 积分:1
-
AD_DMA
研华数据采集的一个的demo文件,很好用,可以作为里程看,也可以作为现场采集数据的一个简单程序(Advantech data acquisition a demo file, very easy to use, you can see as mileage, can also be used as the data collected at the scene of a simple progra)
- 2020-09-10 11:08:01下载
- 积分:1
-
shu
关于单片机开发方面的非常难得的书,很强悍的实例开发。(a very rare book on On the microcontroller in the development,the development example is very powerful.)
- 2012-02-08 17:43:40下载
- 积分:1
-
5110-1
基于MSP430G2553 TI超低功耗单片机,5110液晶显示程序(Based MSP430G2553 TI ultra-low power microcontroller, 5110 LCD procedures)
- 2013-08-10 21:35:35下载
- 积分:1
-
STM32_IMU_OLED
使用STM32F103C8T6处理器和OLED显示屏,传感器为IMU AHRS ,实现了串口通信读取数据,并可以使用桌面调试软件读取串口数据。(stm32f103c2t6,oled,imu ahrs)
- 2015-07-26 20:10:28下载
- 积分:1
-
NTC_calculator
NTC热敏电阻计算器(B值、R25、指定温度、指定阻值均可计算,给定四个参数即可计算第五个参数)(NTC thermistors Calculator (B value, R25, specified temperature, the resistance can be specified calculation, four parameters can be calculated given the fifth parameter))
- 2016-02-20 13:18:42下载
- 积分:1