-
BH1750P12864
BH1750FVI光照度传感器在12864液晶上的显示(BH1750FVI light sensor on the 12864 LCD display)
- 2020-11-16 23:39:40下载
- 积分:1
-
Debenu-Quick-PDF-Library-Guide
给大家介绍一个PDF操作的sdk。通过这个sdk你可以直接对PDF文件进行显示、修改、新建及打印(Debenu Quick PDF Library Guide)
- 2015-08-28 21:20:31下载
- 积分: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
-
DS18B2
单片机 8051 C语言 温度传感器DS18B20(SCM 8051 C language temperature sensor DS18B20)
- 2013-11-11 13:23:45下载
- 积分:1
-
chuankou
单片机串口发送程序,试一次课设做的,非常非常好用(Chip serial transmission program, try again Lesson set, very, very easy to use)
- 2013-06-05 00:13:11下载
- 积分:1
-
MPU9250
A program for reading data mpu9250 sensor
- 2016-09-22 21:14:40下载
- 积分:1
-
k-fold_cross-validation_binary_libsvm
K fold cross validation on svm
- 2016-10-30 00:53:07下载
- 积分:1
-
SHAL_KEIL
通过单片机实现哈希函数SHA-1,C源程序完全可用,已经测试,外部加密芯片采用DS28E01-100(MCU hash function SHA-1, C source code fully available, and has been tested external encryption chip uses DS28E01-100)
- 2020-11-10 09:39:45下载
- 积分:1
-
2D
说明: 一个求二维格点模型热传导的程序,可以求温度分布和热导率(a program to get the theomal conductivity in 2D lattice madel)
- 2012-03-31 11:52:56下载
- 积分:1
-
ir
说明: PIC单片机红外线遥控接收解码实例
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡(PIC Microcontroller Infrared Remote Control Receiver Decoder instance of// chip configuration word, watchdog off, power-on delay to open, brown-out detection pass, low-voltage programming off, encryption, 4M crystal oscillator HS)
- 2010-03-05 19:40:41下载
- 积分:1