-
000
51单片机模拟一个USB键盘的代码,c语言编写的(51 USB keyboard microcontroller code that simulates a, c languages)
- 2010-12-14 19:25:58下载
- 积分: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
-
battery_model
这是一个基于THEVENIN的锂电池模型,能够观察到SOC和OCV。(This is a DCDC chopper, and is isolated and can be converted to low-voltage DC high-voltage direct current and voltage controlled to achieve, can be used for battery charging and discharging.)
- 2015-03-16 13:11:59下载
- 积分:1
-
103000900AVR
实现时间汉字滚动的程序,有了这个程序就可以方便我们更好的实现我们想要的功能(Realize the program rolling time Chinese characters, with this program can easy for us to better realize we want to function)
- 2011-12-13 09:23:41下载
- 积分:1
-
CC2530
CC2530 步进电机控制实验。一个简单的例程(CC2530 stepping motor control experiment)
- 2020-12-29 00:09:02下载
- 积分:1
-
tekradius
一个测试Radius的工具,可以测试Radius服务器是否正确(tekradius this is a good test tool)
- 2014-11-03 10:37:26下载
- 积分:1
-
12864
12864液晶显示图像与文字的C51程序(12864 LCD image and text C51 program)
- 2013-11-06 01:01:46下载
- 积分:1
-
xiaochexunji
使用单片机进行智能小车寻迹控制,使用左右两个传感器。(Using microcontroller smart car tracking control, using about two sensors.)
- 2015-04-08 14:38:13下载
- 积分:1
-
Imager_SDK_14.12.20086
Pocket 2003 Imager_SDK_14.12.20086 for software engineereing.
- 2014-01-07 17:21:36下载
- 积分:1
-
main
7620摄像头采集程序(飞思卡尔128芯片)(7620 camera acquisition program (the Freescale 128 chip))
- 2012-11-24 16:41:44下载
- 积分:1