-
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
-
VHDL_programs
VHDL programmes for basic digital circuits. begineers can learn easily
- 2013-09-28 13:46:58下载
- 积分:1
-
V5-805_uCOS-II实验_消息队列
说明: ucoss系统的消息队列,应用于stm32。亲测可用。(The message queue of ucoss system is applied to stm32. The pro-test is available.)
- 2020-06-17 03:40:02下载
- 积分:1
-
LCM_Disp
T6963C接口的液晶屏(240*128点阵)底层驱动程序,能良好地与ZLG_GUI接口(T6963C interface LCD (240* 128 dot matrix) the underlying driver, can interface well with ZLG_GUI)
- 2008-03-14 21:46:56下载
- 积分:1
-
software
基于STM32+ADS1232+keil温度压力采集(Temperature Pressure Acquisition Based STM32+ADS1232+keil)
- 2013-11-03 15:45:54下载
- 积分:1
-
PWM_Control_Beep
飞思卡尔9s12XET用PWM控制蜂鸣器(Freescale 9s12XET with PWM control buzzer)
- 2021-01-08 08:38:52下载
- 积分:1
-
temperatureLEDdisplay
功能简介:
本实验采用DS18B20(数字测温芯片)作为温度传感器,结果在LED上显示。下载试验程序后,在六位数码管上当前室温以及单位C。(Features:
This experiment DS18B20 (digital thermometer chip) as a temperature sensor, the result is displayed on the LED. Download the test program, the six digital control unit on the current room temperature, and C.)
- 2011-06-13 12:40:13下载
- 积分:1
-
Lanzo-OLED
蓝宙电子OLED显示屏模块资料 landzo_OLED液晶屏V1.3原理图等资料(lanzo OLED)
- 2015-11-08 14:23:42下载
- 积分:1
-
ALIENTEK MINISTM32 实验1跑马灯
说明: led 程序,循环点灯。闪烁延时,基于stm32F103的代码(Led program, cycle lighting. Scintillation Delay, Code Based on stm32F103)
- 2020-06-18 16:20:02下载
- 积分:1
-
qgdbe
cordic matlab simulation algorithm, Conducted through virtual array DOA estimation, This is the second energy entropy matlab code.
- 2017-10-24 10:58:51下载
- 积分:1