-
STM32F107Exp23(for_ST_FW_3.10)
基于stm32f107的几乎所有基本功能模块的实现与应用源码(Stm32f107 almost all basic functional modules and application source code)
- 2012-12-14 18:06:53下载
- 积分: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
-
1
说明: CRC循环的代码,可以用,很详细,欢迎下载(CRC cyclic code can be used, in great detail, are welcome to download)
- 2010-05-13 03:38:26下载
- 积分:1
-
haifengwork
海风记工表 一个叫完整的程序源码 包含很多技巧 适合初学者学习.(Sea Breeze your working table called complete program source code contains a lot of tips for beginners to learn.)
- 2015-06-21 00:05:30下载
- 积分:1
-
chaoshengbo
超声波模块的使用,包括和单片机通信 可以实现超声波测距(The use of ultrasonic modules, including communication can be achieved and the microcontroller Ultrasonic Ranging)
- 2013-07-18 02:52:38下载
- 积分:1
-
AVR_RS485IAP
avr单片机通过RS485在线程序升级,编译环境IAR,上位机程序使用VC6.0编写。(AVR microcontroller through the RS485 online upgrade program, the compiler environment IAR, the host computer program written in VC6.0.)
- 2013-09-03 12:46:51下载
- 积分:1
-
LED-dot-matrix
LED点阵,多种不同的显示图样,静态动态显示,有应用(LED dot matrix, a variety of different display patterns, static dynamic display applications)
- 2012-10-22 23:12:34下载
- 积分:1
-
zhiliudianji
由单片机8951来控制 c语言编写 具有实现正转反转 加速减速 采用PWM调制的方法(By the single-chip microcomputer to control the 8951 with c language implementation is to accelerate the slowdown in the use of inverted PWM modulation method)
- 2009-03-23 22:04:15下载
- 积分:1
-
2008091715050096
pig串口调试串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt串口调试.txt(pig serial debug)
- 2009-03-24 01:32:18下载
- 积分:1
-
SY_OO7
数码管显示当前温度程序 适用于CC100C,若数码管上电后有残影,请将液晶显示器拔下后重新上电(Digital tube displays the current temperature procedure applies to CC100C, if the digital control power after stuttering, please unplug the LCD monitor and re-power)
- 2010-03-11 09:36:04下载
- 积分:1