-
F34x_Watchdog
c8051f340单片机的一个看门狗的源代码,适合初学者参考学习。程序中有英文说明(the source code of watchdog of c8051f340 for beginners learnning.english explanation included.)
- 2012-04-12 09:55:50下载
- 积分:1
-
12864
stc89c51+ds18b20+lcd12864,在液晶上显示温度曲线,并在同一界面实时数显温度值,用keil3以上版本(stc89c51+ds18b20+lcd12864,Displayed on the LCD temperature curve, and at the same interface and real-time display temperature, with above keil3 version)
- 2014-07-22 10:52:44下载
- 积分:1
-
bin转s19
BIN文件转换成带地址的S19文件的工具,在windows平台下运行,一直在用比较方便。(The tool for converting BIN files into S19 files with addresses, which runs on Windows platform.)
- 2020-06-18 22:40:02下载
- 积分:1
-
BK3231 Design Kit-0204-kh-V03
上海博通BK3231经典蓝牙鼠标代码,包含了多种sensor功能。(Shanghai Broadcom BK3231 classic Bluetooth mouse code, contains a variety of sensor functions.)
- 2020-12-20 22:59:10下载
- 积分:1
-
LPC2368_CAN
本文件是LPC2368的CAN总线使用例程。编译器为KEIL。(This document is a LPC2368 CAN bus using the routines. Compiler KEIL.)
- 2012-09-14 15:10:28下载
- 积分:1
-
PWM
产生不同占空比的PWM波,且采用矩阵键盘来实现的(failed to translate)
- 2013-05-08 15:42:53下载
- 积分:1
-
BMS
实现一个电池测试系统,用于对电池的充放电情况进行检测。(The realization of a battery test system for charging and discharging of the battery were detected.)
- 2013-07-10 18:37:41下载
- 积分:1
-
pdfp
PRINT PDF AT Adobe Reader 8
- 2015-10-31 15:21:11下载
- 积分:1
-
STM8SID
stm8通过读取内部ID信息,获取唯一的验证码,进行数据加密,防止外界破解!!!(stm8 by reading the the internal ID information, obtain a unique verification code, data encryption to prevent outside crack! ! !)
- 2020-07-27 21:38:40下载
- 积分: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