-
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
-
xunjixiaoche
51单片机控制智能小车循迹小车c源程序5路循迹(51 MCU control smart car)
- 2013-04-10 14:16:05下载
- 积分:1
-
PCliushuideng
用电脑串口控制单片机流水灯状态,用电脑串口控制单片机流水灯状态(Serial control with a computer chip light water status)
- 2013-07-12 15:19:34下载
- 积分:1
-
ECG
基于FRDM-KL25Z及简单运放(LM324)设计出了一套小巧、低成本的心电监测装置。它不但能够结合上位机实时显示心电图而且能够将采集的心电信号储存于SD卡,用于24h心电监护,以备观察不同时间段心血管疾病的症状。(FRDM-KL25Z and simple operational amplifier (LM324) based on the designed ECG monitoring device with a set of small, low cost. It can not only combine with the real-time display of the host computer and can store the collected ECG signals in SD card for 24h ECG monitoring for the observation of the symptoms of cardiovascular diseases at different time periods.
)
- 2016-08-29 20:40:49下载
- 积分:1
-
F405_CAN
主要关于STM32F405开发板上的CAN通信源码,可嵌入到开发板运行,结合LCD显示屏进行数据显示。(About STM32F405 main development board CAN communication source, can be embedded into the development board to run, combined with the LCD monitor for data display.)
- 2016-05-07 17:01:21下载
- 积分:1
-
uCOSII2.91PUCGUI3.90A
路虎开发板UC0S+UCGUI,LPC1768适用于路虎开发板(Land Rover development board UC0S+ UCGUI, LPC1768 development board for Land Rover)
- 2011-05-24 21:04:12下载
- 积分:1
-
wenduji
基于学习板的数字温度计设计程序,可以在数码管上动态显示实时温度,按键控制温度范围,可以使用蜂鸣器报警等。(Based on the study of the board, can design program digital thermometer in digital displays real-time temperature on the tube, button control temperature range, can use the buzzer alarm and etc.)
- 2010-07-19 17:51:50下载
- 积分:1
-
PassTp
内核重载过TP(看雪大牛作品,非常完整)(Kernel overloaded over TP (see snow Daniel works very complete))
- 2015-03-06 19:36:29下载
- 积分:1
-
224C01-rd-wr4
24CXX的读写代码,适用于于51单片机SCM.可直接使用。
(24CXX the read and write code, suitable for 51 MCU the SCM can be used directly.)
- 2012-07-17 12:59:22下载
- 积分:1
-
keyboard
51单片机的4x4键盘扫描c语言程序,大家看看,(51 single-chip 4x4 keypad scan, we look)
- 2011-06-29 15:36:21下载
- 积分:1