-
stm32dudong12864
STM32F103驱动12864液晶程序,很适合于初学者,希望对你有用(12864 STM32F103 driver program, it is suitable for beginners, I hope useful to you)
- 2014-02-23 18:45:08下载
- 积分:1
-
240128
240128演示程序 采用t6963演示汉字(unsigned int i,j
CmdWrite(0x5c)
DataWrite(0x00)
DataWrite(0x00)
CmdWrite(0x46)
DataWrite(0x00)
DataWrite(0x04) //csr=0x0400 字摸地址80H
CmdWrite(0x4c)
CmdWrite(0x42) )
- 2021-01-28 13:58:34下载
- 积分:1
-
pgr7
scaling triangle using scaling transformation algorithm
- 2014-10-17 14:09:20下载
- 积分:1
-
PLC--elevator
plc 的电梯控制程序,含有组态软件,控制算法。plc 采用三菱fx1n(plc elevator control program, containing configuration software)
- 2014-02-20 21:17:01下载
- 积分:1
-
counter
基于51单片机的计算器 ,采用C语言编写,可以实现简单的加减乘除功能,用八位数码显示。(counter based on as89s51)
- 2011-01-01 10:21:28下载
- 积分:1
-
mega16_cymometer
avrmega16的频率计源码,在2m以内误差为1-3hz,1602显示(avrmega16 the frequency of source, in less than 2m error 1-3hz, 1602 show)
- 2009-02-19 14:36:41下载
- 积分:1
-
DS18B20(MSP430)
利用但总线DS18B20测温程序,并在LCD显示,取三位有效小数位。整数部分两位。共5位显示。
可在利尔达MSP430F449开发板上直接实现功能。(However, temperature measurement procedure using the bus DS18B20 and LCD display, taking three decimal places effectively. Integral part of the two. A total of five shows. LSD MCU MSP430F449 on the development board can directly implement functionality.)
- 2010-07-22 11:53:56下载
- 积分:1
-
dianchangxunjian
一款电厂巡检软件,很简单的C++处理程序,适合初学者使用,C++(A plant inspection software, very simple C++ handler for beginners, C++)
- 2014-02-23 15:48:29下载
- 积分: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
-
ds18b20
单片机DS18B20测温功能模块 DS18B20数字温度传感器接线方便,封装成后可应用于多种场合,如管道式,螺纹式,磁铁吸附式,不锈钢封装式,型号多种多样,有LTM8877,LTM8874等等。主要根据应用场合的不同而改变其外观。封装后的DS18B20可用于电缆沟测温,高炉水循环测温,锅炉测温,机房测温,农业大棚测温,洁净室测温,弹药库测温等各种非极限温度场合。耐磨耐碰,体积小,使用方便,封装形式多样,适用于各种狭小空间设备数字测温和控制领域。.(DS18B20 digital temperature sensor MCU DS18B20 temperature measurement function module wiring convenience, packaged as can be applied to a variety of occasions, such as pipes, threaded, magnets, stainless steel package, a variety of models, LTM8877, LTM8874 and so on. Main changes its appearance depending on the applications. Package after the DS18B20 temperature measurement, can be used in the cable trench blast furnace water cycle temperature measurement, boiler temperature measurement, room temperature measurement, the agriculture greenhouse temperature measurement, temperature measurement of a clean room, the temperature measurement of the ammunition depot various temperature extremes occasions. Resistant to wear and touch, small size, easy to use package forms, suitable for a variety of the narrow space equipment digital temperature measurement and control field. .)
- 2012-11-22 20:22:25下载
- 积分:1