-
GPIO
this program for student. toturial for gpio stm
- 2013-04-21 00:09:38下载
- 积分:1
-
dianzisuo
电子密码锁设计,实现四位密码开锁,可改密码(Electronic password lock design to achieve four bit password lock, password can be changed)
- 2017-04-18 11:56:18下载
- 积分:1
-
modubs
说明: 该源码实现51单片机之间符合modbus通信协议的通信(This code can achieve communications between MCS51 by modbus protocol. )
- 2010-04-16 17:02:11下载
- 积分:1
-
13054738835032
显示器功能 加快程序开发初学者的进步脚步。让他们了解简单的显示程序的写法(Monitor function to accelerate the pace of progress in program development for beginners. So that they understand the simple display program wording)
- 2013-10-29 22:36:50下载
- 积分:1
-
Double-two-way-voltmeter
双两程电压表,用TLC1543做的,精准测电压(Double two-way voltmeter)
- 2012-10-18 18:27:17下载
- 积分: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
-
51andNANDFlash
51单片机控制NAND Flash读写程序,编译环境vc++,可根据flash不同做稍加修改,即可实现功能要求(51 single-chip NAND Flash read and write procedures, compile environmental vc++, according to flash a little modified)
- 2012-04-25 11:00:41下载
- 积分:1
-
LCD_1602_4_data
基于MSP430的LCD1602驱动程序,该程序只用到了4根传输线,里面有写好了的h文件和c文件,添加到工程即可运用。(Based on LCD1602 MSP430 driver, the program only to 4 root transmission line, and there are written the h files and c file, adding to the engineering can be used.)
- 2012-08-13 19:03:06下载
- 积分:1
-
RS485
这是基于飞思卡尔十六位单片机的RS485通信的例程(freescale RS485 routine)
- 2014-09-16 09:15:43下载
- 积分:1
-
12864huaxian
12864上面的并行画线,可以画圆,三角形,正方形,直线,正弦波(12,864 above the parallel line drawing, you can draw a circle, triangle, square, line, sine wave)
- 2013-08-20 16:28:28下载
- 积分:1