-
digital-display-clock
YL_3串行数码管显示时钟,74HC595,8位,显示时分秒,自动计数。(YL_3 serial digital display clock, 74HC595, 8 bit display minutes and seconds, automatic counting.)
- 2013-07-31 19:28:56下载
- 积分:1
-
11
说明: NUAA微机实验课设:1.密码确认。2.数据采集控制系统。3.数码管显示(NUAA Computer Lab located: a password confirmation. 2 Data acquisition and control system. 3 digital display)
- 2014-01-16 23:02:47下载
- 积分: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
-
READ_STC11-10Fxx-2008-11-17
这是单片机的一个非常好的一个资料,大家可以参考一下,单片机是个非常有用的入门级的,以后学ARM就非常简单了!学单片机最重要的就是看芯片资料(This is a very good single-chip data, we can refer to the microcontroller is a very useful entry-level, after school ARM is very simple! The most important thing is to learn microcontroller chip information see)
- 2011-10-04 09:49:07下载
- 积分:1
-
M16-NRF2401
nrf2401M16无线模块开发案例,很实用哦(nrf2401 wireless module development case)
- 2011-09-21 23:42:33下载
- 积分:1
-
MCUchip
单片机常用芯片手册,非常实用,初学者适合(Commonly used single-chip chip manual, very practical, suitable for beginners)
- 2009-03-09 19:48:44下载
- 积分:1
-
xiaocheyanluzou
小车沿着黑带前进,这事往年一个竞赛题目的程序,对大家有帮助。(The car along the black belt, it past a contest questions purpose program, are helpful to you.
)
- 2013-08-19 11:38:13下载
- 积分:1
-
modscan32tidy
MODSCAN32英文版,
很好用的。(MODSCAN English, very good use.)
- 2010-08-23 21:27:05下载
- 积分:1
-
KeyboardTest
笔记本键盘测试程序,可以测试键盘按键是否有作用。(Notebook keyboard test program.)
- 2016-05-20 18:39:55下载
- 积分:1
-
BarCode(EnCode)
最新最全的二条码编码资料大全,全面介绍如何制作PDF417、QrCode、DataMatrix、Hanxin等条码制作方法,有详细图文说明,有了此文档,编码无忧。(The latest and most complete the two yards encoding information Daquan, comprehensive introduction to how to make the PDF417, QrCode, DataMatrix, Hanxin barcode production methods, with detailed captions, this document encoding worry-free.)
- 2021-03-09 10:39:27下载
- 积分:1