-
14-RTC
C51单片机RTC实时时钟(DS1302)初始时间12:00:00数码管显示(The initial time of the the C51 MCU RTC real time clock (DS1302) 12:00:00 digital display)
- 2012-09-27 22:52:03下载
- 积分:1
-
74LS373wuxiantuozhan
基于c51单片机的74ls373芯片无限拓展功能的源代码,(学院里写的)(Based on 74 c51 ls373 chip infinitely function source code, written in the (college))
- 2015-12-09 16:44:53下载
- 积分: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
-
Termo_vb6
Termometr read pc com post atmega8 usart
- 2014-10-15 21:12:32下载
- 积分:1
-
CIP
AB PLC通信sdk以及CIP协议规范(AB PLC communication SDK and CIP protocol specification )
- 2017-01-04 21:07:25下载
- 积分:1
-
iic135
MSP430f135的I2c源代码,一个华为牛人写的,编程风格非常好,值得学习(I2c the MSP430f135 source code, a Huawei cattle were written a very good programming style, it is worth learning)
- 2009-07-21 08:17:10下载
- 积分:1
-
DMX512-program
DMX512灯管控制程序,欢迎使用,,可以换灯光颜色.rar(DMX512 lamp control program, welcome to use, can change the color of light, .Rar)
- 2012-08-16 10:46:07下载
- 积分:1
-
old6
说明: 独居老人监控系统
使用80c51f020编程
具体的使用方法和接口,里面有(Elderly people living alone monitoring system using 80c51f020 programming methods and the use of specific interfaces, which has)
- 2011-03-24 19:07:28下载
- 积分:1
-
STC89C52_m
此程序可实现长度为8位,周期为255的m序列,此序列可当做伪随机信号发生器,模拟信道噪声。(This procedure can achieve the length of 8 bits, the m sequence of 255 cycles, the sequence can be used as a pseudorandom signal generator, analog channel noise.)
- 2021-01-02 23:18:57下载
- 积分:1
-
WatchDog
关于MSP430F149的看门狗定时器系统开发例程。(About MSP430F149 watchdog timer system development routines.)
- 2016-11-23 19:04:52下载
- 积分:1