-
实验15:串口通信
说明: 51单片机串口通信模拟实验,串口通信入门。(51 SCM serial communication simulation experiment, serial communication introduction.)
- 2020-05-21 17:43:13下载
- 积分:1
-
24LC256模拟I2C通讯源程序
该文件是采用通用IO口模拟I2C存储器通讯的,24LC256是低电压I2CEEPROM.(this document is to adopt a common IO memory simulation I2C communications, 24LC256 is low voltage I2CEEPROM.)
- 2005-04-26 15:50:10下载
- 积分:1
-
1
说明: 这是一部分自己整理的c语言课件第一部分。(This is a part of finishing their own C language courseware first part.)
- 2011-12-22 22:32:02下载
- 积分:1
-
Frecuencymeter
Frecuencymeter digital, clk frequency 10 MHZ, exhibition in 7 segments
- 2009-09-17 02:49:40下载
- 积分:1
-
DS18B20peratureConversionSubroutine
DS18B20芯片的温度转换子程序精度为0.5(Temperature Conversion Subroutine)
- 2009-04-07 18:11:15下载
- 积分:1
-
W5500PYeelinkPdht11Pgy-30
1.具有环境信息采集功能,可以采集环境的温度、湿度和光照强度。
2.具有联网功能,可以将采集到的环境信息直接上传到Yeelink云平台上。
3.具有网络查看功能,可以用任何联网设备,在互联网上查看采集点的信息。(1 with environmental information collection function, you can collect temperature, humidity and light intensity environment. 2 with networking capabilities, you can collect environmental information directly uploaded to Yeelink cloud platform. 3 has a network view feature, you can use any networked device, view the information collection point on the Internet.)
- 2013-12-31 20:00:40下载
- 积分:1
-
LED-displays-in-C-language
AT89C51+液晶显示屏,按输入字符输出相应的显示,源代码为C语言编写,希望对大家有帮助。(The LCD of AT89C51+ screen display output according to the input character, the source code is written in C language, we hope to help.)
- 2013-04-07 21:53:55下载
- 积分:1
-
PCIS-DASK-Function-Reference
ADLINK PCI系列的编程文档,利用板卡实现数据采集、控制等要求时必不可少(ADLINK PCI series of programming documents, the use of cards for data acquisition, control and other essential requirements)
- 2013-08-20 11:15:49下载
- 积分: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
-
MSP430-Examples-for-F5XXX
MSP430单片机F5XXX系列示例程序,包含各个系列的各个头文件。(MSP430 Examples for F5XXX series of MSP430 MCUs)
- 2013-03-12 09:33:59下载
- 积分:1