-
red
红外报警程序,利用红外发射实现自动报警,当有目标靠近,发出蜂鸣名声(Infrared alarm program)
- 2010-08-12 21:50:32下载
- 积分:1
-
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
-
cc2530-datasheet
cc2530zigbee芯片英文资料,数据手册(cc2530zigbee chip information in English, Data Sheet)
- 2013-08-24 15:02:02下载
- 积分:1
-
CCPUTemp
通过EC获取CPU的运行温度,对CPU的运行温度进行实时监控,超过会自动报错,并可以设置监控时间(read CPU s temperture by EC)
- 2020-07-20 21:38:45下载
- 积分:1
-
MK5238AProgram
电池保护板检测,检测电池的电压、电流和温度代码。 (Battery protection board testing, test the battery voltage, current and temperature code.)
- 2016-08-23 17:09:56下载
- 积分:1
-
chuankou-aPC
串口与pc机通讯,51单片机例程,只需要修改io口即可实现。(Serial communication with pc, 51 MCU routine, you only need to modify the io port can be realized.)
- 2013-08-04 16:51:41下载
- 积分:1
-
8051Pproteus-125
《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 03 篇 综合设计 25 用ADC0808设计的调温报警器(" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation," Case No. 03 compressed package integrated design 25 designed thermostat with alarm ADC0808)
- 2011-08-02 20:49:25下载
- 积分:1
-
Timer
这是一个定时器程序。适合于单片机初学者……(This is a timer program. Suitable for beginners ... ... MCU)
- 2009-12-10 18:57:58下载
- 积分:1
-
main
EDA课程设计抢答器的程序,将程序加入仿真电路可直接运行出结果(EDA course design responder programs, add the program simulation circuit can be run directly the results
)
- 2015-05-21 20:28:37下载
- 积分:1
-
Menu
菜单编程操作的源代码,有助于对菜单的理解。。(Menu programming operation of the source code, contribute to the understanding of the menu. .)
- 2013-11-27 23:23:33下载
- 积分:1