-
chengxu
ad转换的程序,c8051f021老程序,18B20测温00,抢答器程序,pwm_pac.c。(ad conversion process, c8051f021 old procedures, 18B20 temperature 00, Answer program, pwm_pac.c.)
- 2007-09-03 22:22:12下载
- 积分:1
-
UartDemo
STC12C5410AD单片机串口测试程序(STC12C5410AD microcontroller serial test programSTC12C5410AD microcontroller serial test program)
- 2012-05-07 15:03:13下载
- 积分:1
-
PortIO
c8051f060中IO口设置的参考程序,用于IO口设置(C8051F060 IO port settings for the reference program, IO port settings)
- 2015-03-06 18:38:20下载
- 积分:1
-
Code_SpyWin
用Visual Basic 6.0 编写的SPY++,功能强大(SPY++ BY Visual Basic)
- 2015-09-16 22:11:24下载
- 积分:1
-
tem
上位机通信-配合XTMonitor显示温度等(PC communication- with XTMonitor display temperature, etc.)
- 2013-07-23 19:56:46下载
- 积分:1
-
将十进制数转换为二进制数和16进制数 CONVERT
将十进制数转换为二进制数和16进制数,可用于单片机初值设定时的计算(convert decimal to binary and hexadecimal ,Can be used to calculate the initial set of single chip microcomputer)
- 2014-05-02 16:41:06下载
- 积分:1
-
RS485
这是基于飞思卡尔十六位单片机的RS485通信的例程(freescale RS485 routine)
- 2014-09-16 09:15:43下载
- 积分:1
-
actionGroupExample
源码p3at小车的程序 需要的直接下载 VS2008打开 挺不错的程序!!!!(Direct download VS2008 source p3at car program needs to open11)
- 2014-09-13 17:47:48下载
- 积分: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
-
VByu18b20
单片机通信,vb与18b20温度传感器通信资料,包括上位机和下位机程序(Single-chip communication, vb and 18b20 temperature sensor communication data, including upper and lower machine program)
- 2012-08-05 14:00:06下载
- 积分:1