-
130110
控制蜂鸣器pic18单片机程序,测试通过,已批量生产。(Pic18 microcontroller program to control the buzzer)
- 2014-01-24 10:44:16下载
- 积分:1
-
LIS3LV02DQ
加速度传感器很好用的,,可以移植的,你可以学习下,写的也不容易呢(Using an acceleration sensor,, you can refer to him,, a good, satisfying transplant)
- 2015-11-09 20:14:37下载
- 积分:1
-
LQmma7455C52
单片机内刻录程序,包含C语言和汇编语言两个版本。实现7455C5与单片机的串口通信,信息传输。(Microcontroller burning program, contains two versions of the C and assembly language. 7455C5 microcontroller serial communication, information transfer.)
- 2013-01-31 16:38:03下载
- 积分:1
-
car-tracking
使用51单片机以及红外管,这段代码实现小车沿着黑色线路准确行走,但是要自己修改到合适的左右轮速度才能完美转弯。(By using 51 MCU and IR LED light tube, the code can achieve the goal of moving according to the black line. But you need revise the speed data of the left and right tire so that the car can turn aroud perfectly. )
- 2015-08-26 13:00: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
-
RS485_connection_process-for-C51
在51单片机上实现RS485通讯,能够实现与上位机的通信(RS485 mode on 51 single, able to communicate with the host computer)
- 2014-08-21 18:10:03下载
- 积分:1
-
DL645
电力系统电度表通讯协议,主要针对DL645协议标准(Power system meter communication protocol, mainly for DL645 protocol standards)
- 2013-10-23 22:13:10下载
- 积分:1
-
12864
使用红外遥控调整时间并用12864液晶显示的王年丽时钟程序(Infrared remote control 12864 to show big clock)
- 2015-07-16 11:01:27下载
- 积分:1
-
MultiThreadADO
MultiThread DB - ADO CMTDaoDatabase CMTDaoRecordset
- 2013-12-25 01:26:16下载
- 积分:1
-
STM32_EXTI
STM32单片机开发例程,这里是外部中断的开发例程(STM32 MCU development routines, here is the development of the external interrupt routine)
- 2014-04-13 16:48:03下载
- 积分:1