-
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
-
8、交通灯
绿灯亮时,准许车辆通行,黄灯闪烁时,已越过停止线的车辆可以继续通行;没有通过的应该减速慢行到停车线前停止并等待,红灯亮时,禁止车辆通行。给行人看的叫人行横道灯,通常指由红、绿(绿为蓝绿)二种颜色灯组成用来指挥交通通行的信号灯,红灯停,绿灯行。(When the green light is on, the vehicle is allowed to pass. When the yellow light is flashing, the vehicles that have crossed the stop line can continue to pass.You should slow down to stop and wait at the stop line. No traffic is allowed when the red light is on.Pedestrian crossing lights for pedestrians, usually denoted by red, green (green, blue, green), two color lamps used to direct traffic signals, stop at red lights and green.)
- 2018-03-20 14:09:14下载
- 积分:1
-
_Cargador
硬件电路比较简单,3个LED指示灯,5个按键控制上下左右及暂停,LCD显示。总共有20关。设计用到了逻辑门控制电路。(The hardware circuit is simple, 3 LED lights, 5 key control above and below and suspension, LCD display. A total of 20 customs. The design used in the logic gate control circuit.
)
- 2011-12-23 10:36:21下载
- 积分:1
-
temperature-display
51单片机温度采集与显示设计 - 通过DS18B20温度传感器获取温度,并通过数码管显示,并实现了温度可手动校准(51 single-chip temperature acquisition and display design- through DS18B20 temperature sensor for temperature, and through the digital display, and achieve a temperature can be manually calibrated)
- 2013-10-13 16:26:42下载
- 积分:1
-
12864-picture
单片机程序,可以用单片机控制,在12864液晶屏上显示一幅图画。文件中有显示所用的代码。(Microcontroller program, you can use single-chip control, in 12864 a picture displayed on the LCD screen. Documents showing the code used.)
- 2011-11-17 21:31:21下载
- 积分:1
-
uCOSPuCGUI(FSMC)
uCOS+uCGUI例程,主控芯片为STM32,LCD采用FSMC接口连接,实现图形界面的操作(uCOS+uCGUI routines, the main chip for the STM32, the LCD FSMC interface connector, the operation of the graphical interface)
- 2012-06-09 21:30:01下载
- 积分:1
-
Tracker_VBAT
这是我做的一个跟踪器的锂电池关锁的部分。(This is what I do as a tracker of lithium shut part.)
- 2011-07-21 16:01:17下载
- 积分:1
-
kaven2
功能非常强大的计算器,单片机飞思卡尔LCD屏幕显示,可以完成加减乘除还有括号运算(Very powerful calculator microcontroller Freescale LCD screen display, the completion of the addition, subtraction there brackets operator)
- 2012-12-26 22:41:35下载
- 积分:1
-
SIM300CZ
主要用于测试SIM300CZ拨打电话和MT8870程序,已测(Mainly used for testing SIM300CZ call and MT8870 procedures have been measured)
- 2014-04-09 20:28:51下载
- 积分:1
-
simServer
仿真讯鸟的坐席服务器的软件。在没有CTI的工作环境下,也可以适合作呼叫中心坐席软电话开发(simulation appear birds dine server software. CTI in the absence of the working environment, they can be suitable for call center soft phone development Seat)
- 2007-01-21 18:18:41下载
- 积分:1