-
xymuc
单片机入门的40个实验.rar........(40 entry single-chip experiment. Rar ........)
- 2009-06-17 00:25:27下载
- 积分:1
-
39
说明: 时钟芯片PCF8563 C51程序,本人测试通过(Clock chip PCF8563 C51 program, I test through)
- 2013-01-14 11:01:16下载
- 积分:1
-
sourcecodeformeter
采用四端法测试欧姆电阻,并把结果显示在lcd上,采用c8051(Four-terminal method using ohm resistors, and the results displayed in the lcd, using C8051)
- 2007-09-11 12:40:36下载
- 积分:1
-
POS_Cell_Z2101552122008
POS Cell Zone for Visual Basic
- 2016-01-28 11:06:55下载
- 积分:1
-
C51Music
51单片机的音乐播放例程,驱动蜂鸣器,包含8首音乐的源码,很难得的啊(51 Singlechip music player routines, buzzer driver, including eight music source, it is difficult to get ah)
- 2008-07-11 10:57:11下载
- 积分:1
-
KBI
基于freescale HCS08 MC9S08AW60单片机的KBI键盘中断显示模块(Display module based the freescale HCS08 MC9S08AW60 microcontroller KBI keyboard interrupt)
- 2013-03-16 19:37:42下载
- 积分:1
-
A7159-SPI-stm8
A7159-SPI的驱动程序例程,非常值得你拥有(A7159- SPI driver routines, very worth you have)
- 2016-12-24 11:46:40下载
- 积分: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
-
Ucos_C8051_SMBus_UART1
在C8051F060上实现嵌入式系统ucos,并实现IIC通信以及串口通信。(C8051F060 at implementation on embedded systems ucos, and IIC communications, as well as implementation of serial communication.)
- 2009-03-06 11:31:14下载
- 积分:1
-
5、译码器实验
说明: 基于51单片机的译码器实验,常见问题:
1. 按下按键无效果
确保连线正确
换根杜邦线试试
将单片机拆下来重新安装下,重启开发板(Decoder Experiment Based on 51 Single Chip Microcomputer, Common Problems:
1. Pressing the key has no effect
Make sure the connection is correct
Try changing the dobang line
Remove the microcontroller and reinstall it. Restart the development board.)
- 2020-06-20 17:20:02下载
- 积分:1