-
Chinese-character-font-application
单片机系统中自制硬件字库的应用..
汉字字库(SCM system hardware homemade Chinese character font application ..)
- 2014-05-09 16:12:58下载
- 积分:1
-
Downloda
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码(C++ LUA混合而成
)
- 2021-02-04 06:39:58下载
- 积分: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
-
74ls164
51单片机驱动74ls164程序 (51 Microprocessor 74ls164 program)
- 2010-12-06 17:07:02下载
- 积分:1
-
ATK-SIM900A
SIM900开发板配套STM32 GPRS代码(SIM900 STM32 GPRS driver)
- 2013-11-26 10:54:05下载
- 积分:1
-
tongbujianPtiaobian
这是一个为数不多的用C语言编写的PIC12C508的RGB灯的小型控制器,交流同步信号检测,七彩跳变+七彩渐变,做LED的朋友可以参考,程序可以直接使用的;(This is a small controller RGB lights a few written by C PIC12C508, AC synchronous signal detection, colorful jump+ colorful gradient, do LED friends can reference, the program can be used directly )
- 2013-09-09 16:24:18下载
- 积分:1
-
cedianzu
利用51单片机做电阻测量仪,实现按键设置阻值自动报警提示(The use of 51 single-chip resistance measuring instrument to achieve automatic alarm button to set the resistance)
- 2013-07-28 01:39:05下载
- 积分:1
-
rs485
通过RS485端口不停地发送数据0xaa用示波器观察RS485端口A、B信号线上的波形或者用RS485接收器接收发送的字符。(Through the RS485 port to send data continuously 0xaa observed with an oscilloscope RS485 ports A, B signal waveforms or use the RS485 line receiver sends characters.)
- 2013-08-02 08:59:55下载
- 积分:1
-
STM32_IMU_OLED
使用STM32F103C8T6处理器和OLED显示屏,传感器为IMU AHRS ,实现了串口通信读取数据,并可以使用桌面调试软件读取串口数据。(stm32f103c2t6,oled,imu ahrs)
- 2015-07-26 20:10:28下载
- 积分:1
-
SAEJ2534
Foreword
The use of reprogrammable memory technology in vehicle electronic control units (ECUs) has increased
in recent years, and is expected to continue in the future. Use of this technology has increased the
flexibility of being able to use a single ECU hardware part to be used in many different vehicle
configurations, with the only difference being the software and calibrations programmed into the unit.
Reprogramming of those ECUs in the service environment also allows for ease of field modification of
system operation and calibrations. Variations in reprogramming capability and the multiple tools
necessary to reprogram vehicles are a burden on aftermarket repair facilities that service different makes
of vehicles.
- 2010-06-24 22:18:29下载
- 积分:1