-
PS2-mouse
本程序是用51单片机的PS2鼠标驱动程序(This procedure is used 51 single PS2 mouse driver)
- 2013-08-23 13:58:55下载
- 积分:1
-
flash
基于低功耗单片机msp430f5438a的spiflash w25q128驱动 读写擦除(Based on low-power microcontroller msp430f5438a of spiflash w25q128 drive to read and write erase)
- 2013-11-19 09:03:07下载
- 积分:1
-
INDUCTION_COOKER
电磁炉 4位单片机汇编 单片机开发4位机器软件 (mcu INDUCTION_COOKER 4bit)
- 2012-06-28 23:10:16下载
- 积分:1
-
Digital-loop-display
数码管的显示程序,数码管循环显示900-999~(Digital loop display 900-999 ~)
- 2011-05-01 06:37:35下载
- 积分: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
-
lab7-AD-(TIMIER)
利用28335的cpu-timer0的中断功能进行AD采集,并有AD校核程序(Use cpu-timer0 interrupt functions of 28335 AD acquisition, and checking procedures AD)
- 2013-12-12 11:44:44下载
- 积分:1
-
ic
说明: 本压缩包中详细介绍了电动机的单片机控制的有关方法(The compression package described in detail the single-chip motor control of the method)
- 2008-12-01 15:29:04下载
- 积分: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
-
p180
这是用c语言写的利用扬声器放歌的程序,可以编译一下就可使用(useful)
- 2009-12-31 19:21:10下载
- 积分:1
-
UART
串口0通信-查询方式实验向串口发送子节数据,并等待数据发送完成,使用查询方式(Serial 0 communication- ways to experiment sub-section to the serial port to send data and wait for the data transmission is complete, use the query mode)
- 2013-02-25 10:49:00下载
- 积分:1