-
09041529
用PIC单片机实现带音乐播放的电压表,最高实现3.3V的电压测试(PIC mcu)
- 2013-09-05 15:15: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
-
test
c++程序实现的JPEG图片到RGB565 16位的LCD显示的数据转换程序.(c++ program to achieve the JPEG image to RGB565 16-bit LCD display of the data conversion process.
)
- 2012-04-24 16:27:36下载
- 积分:1
-
C8051F12x_13x
C8051F120和C8051F130的基础例程源码,学习该系列单片机的号资料(C8051F120 and C8051F130 source based routine, learning the number of the MCU data)
- 2011-06-01 13:08:41下载
- 积分:1
-
exe6_10820_person_phoneNum_static
static members source code for object oriented environment
- 2017-01-07 00:20:18下载
- 积分:1
-
main
7620摄像头采集程序(飞思卡尔128芯片)(7620 camera acquisition program (the Freescale 128 chip))
- 2012-11-24 16:41:44下载
- 积分:1
-
5flaame0926111
51单片机SCMrtoss源代码,非常好用的能够移植
(51 the microcontroller SCMrtoss source code, very useful to be able to transplant)
- 2012-08-23 20:52:15下载
- 积分:1
-
89C51-master
基于单片机的一些基础应用 和硬件设计以及综合设计(89c51Integrated application hardware design)
- 2017-07-17 10:37:00下载
- 积分:1
-
51dianpianjidi1760
以c51单片机为核心,利用1760芯片进行语音报时,51单片机控制(With c51 microcontroller core, the use of 1760 chip for voice timekeeping, 51 MCU control)
- 2013-11-28 09:41:59下载
- 积分:1
-
vb-recive-many-frames
以定时的方式接收下位机传送的多帧数据,接收准确,实时性很强(In time to receive the next crew of the multi-frame data transmission, receive accurate, real-time strong)
- 2011-10-05 22:32:25下载
- 积分:1