-
Mt
说明: 多路温度测试模拟,使用VB写的,只是模拟(Many way template test source)
- 2011-12-15 11:09:16下载
- 积分:1
-
codejock-13.0.0-by-registred-by-sanlegas
codejock 13 and activasi
- 2014-01-07 13:21:51下载
- 积分:1
-
AD0809
AD0809的功能启动,描述了如何启动AD0809的数模转换功能,并且在旁边加油注释(The AD0809 s function is activated, and describes how to start the AD0809 digital to analog conversion function, and next to the fuel comment)
- 2012-04-29 15:12:40下载
- 积分:1
-
基于STM32的室内温度控制系统设计
基于STM32的室内温度控制系统设计含pcb短路图原理图完整文档(STM32 u6700 u5C0F u7CFB u7EDFpcb u548C u539F u7406 u56FE u5C01 u88C5 u5E93)
- 2017-05-06 15:28:37下载
- 积分:1
-
PCA--stm32
stm32F410X PCA例程,Stm32F410x很好的学习资料(Stm32F410X PCA routines, stm32F410X very good learning material
)
- 2012-08-08 10:52:44下载
- 积分:1
-
130110
控制蜂鸣器pic18单片机程序,测试通过,已批量生产。(Pic18 microcontroller program to control the buzzer)
- 2014-01-24 10:44:16下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
STC15-LCD12864
STC15单片机驱动LCD12864,并且是使用串口通信协议,节约IO口,亲测可用(STC15 microcontroller driven LCD12864, and you are using serial communication protocol, save IO ports, pro-test available)
- 2020-09-13 13:57:58下载
- 积分:1
-
MCU_JPEG
MCU图片解码,使用STM32对JPEG图片解码,(STM32 JPEG decoder code,)
- 2013-11-03 20:09:53下载
- 积分:1
-
HT66FU50naozhong
使用Ht66fu50单片机设计闹钟,使用12864显示,DS1302时钟芯片,DS18B20温度传感器,蓝牙的相关硬件,该作品获得天津市合泰杯三等奖。(Use Ht66fu50 microcontroller design alarm clock, use 12864, DS1302 clock chip, DS18B20 temperature sensor, Bluetooth related hardware, the work won the third prize of Tianjin cup of Thailand.)
- 2021-03-22 20:39:16下载
- 积分:1