-
mouse
简单的鼠标控制程序,可修改控制鼠标点击等(Simple mouse control program)
- 2013-05-01 16:42:36下载
- 积分:1
-
51test
51单片机简单进行测试是否正常测试内容为LED灯等(51 single simple test whether the normal test content for the LED lights)
- 2014-05-11 19:52:16下载
- 积分:1
-
27797
电话语音管理系统的工程项目代码,需要的请拿去使用吧,任意修改!(Telephony management system project code chunks, arbitrary changes)
- 2012-04-07 16:17:46下载
- 积分:1
-
12864
点阵液晶屏的参考程序,内置菜单动能,大家可以研究一下(Dot matrix LCD screen reference program, built-in menu kinetic energy, we can look)
- 2011-11-11 18:53:23下载
- 积分: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
-
M16-NRF2401
nrf2401M16无线模块开发案例,很实用哦(nrf2401 wireless module development case)
- 2011-09-21 23:42:33下载
- 积分:1
-
luyou
使用51单片机和cc2530模块组成的路由器程序,可以实现收发和存储功能(51 machines use a single product and get the router module cc2530 program)
- 2016-08-23 16:44:30下载
- 积分:1
-
liti.zip
基于MAP430F149单片机的典型例题,很有帮助(Microcontroller based MAP430F149 a typical example, very helpful)
- 2013-08-27 19:49:36下载
- 积分:1
-
CAN
STM32F405 CAN程序,亲测可用(forSTM32F405 project itis OK)
- 2016-01-01 09:33:01下载
- 积分:1
-
current-meter
三相电流表源程序 基于CS5460a 485通讯 遵循mudbus协议 测试成功(Three-phase ammeter source based CS5460a 485 communications follow mudbus protocol test
)
- 2020-09-04 17:18:06下载
- 积分:1