-
51watch-dog
通过51看门狗定时器的使用,了解看门狗定时器的功能(Through the use of the watchdog timer 51, the Watchdog Timer function
)
- 2014-03-30 13:16:43下载
- 积分:1
-
anjian
此程序为4*4矩阵键盘,键盘自身不带电源电阻,八个接线,在程序中进行需进行软件拉高拉低以便按键扫描。 应用单片机为MSP430F5529。(4* 4 matrix keyboard without power resistors MSP430F5529)
- 2014-07-04 16:25:28下载
- 积分:1
-
Infrared-transceiver-test
红外的收发测试。。通过2路红外发射,顺序接收,检测收发功能是否正常(Infrared transceiver test. . 2-way infrared transmitter, received out of sequence detection transceiver function is normal)
- 2012-10-02 01:10:53下载
- 积分:1
-
svpwm
svpwm仿真模型,通过仿真确定svpwm的最佳配置模式(svpwm simulation model to determine the optimal configuration of the simulation model svpwm)
- 2013-12-28 23:37:56下载
- 积分:1
-
500w_PIC_Modified_Sine_Wave_Inverter
pic modified sine wave inverter circiut
- 2013-12-24 07:42:05下载
- 积分:1
-
ColorFading
Code to fade colors in controls
- 2013-04-06 05:15:38下载
- 积分:1
-
12
基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分:1
-
SoundSync
好的声文同步程序,值得学习,适合于初学者,给大家共同分享(Good sound text synchronization process, it is worth learning, suitable for beginners, for everyone to share)
- 2010-06-24 18:12:14下载
- 积分:1
-
SCM-off-cable-detection
单片机电缆通断检测系统,可以实现电缆短路和断路(SCM off cable detection system, the cable can short-circuit and open circuit)
- 2015-04-14 11:27:00下载
- 积分: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