-
modscan32tidy
MODSCAN32英文版,
很好用的。(MODSCAN English, very good use.)
- 2010-08-23 21:27:05下载
- 积分:1
-
codejock-13.0.0-by-registred-by-sanlegas
codejock 13 and activasi
- 2014-01-07 13:21:51下载
- 积分:1
-
timer2112
说明: 定时器的使用,让你了解使用定时器所必须的几个步骤!从而能够使用(the use of timers let you know by the use of timers to be a few steps! In order to use)
- 2005-09-07 09:49:07下载
- 积分: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
-
Imager_SDK_14.12.20086
Pocket 2003 Imager_SDK_14.12.20086 for software engineereing.
- 2014-01-07 17:21:36下载
- 积分:1
-
RS485-basic-communication-principles
RS485通信的源代码,可进行两个系统之间信号的传递,介绍其编程规则(RS485 communications source code, can be passed between the two signal systems, introduces its programming rules)
- 2016-04-13 21:00:22下载
- 积分:1
-
BH1750P12864
BH1750FVI光照度传感器在12864液晶上的显示(BH1750FVI light sensor on the 12864 LCD display)
- 2020-11-16 23:39:40下载
- 积分:1
-
RTD2660_AV1_AV2_131015
RTD2660 RTD2660H 源码 可点TTL LVDS屏 可做AV VGA DVI HDMI接口(RTD2660 RTD2660H source point TTL LVDS screen can do the AV VGA DVI HDMI Interface)
- 2015-09-23 15:41:36下载
- 积分:1
-
DAC0832
基于51单片机的dac0832设计,含proteus仿真,用keilC编译的,代码详细,含有注释,望点个赞,谢谢,头文件全,方便移植。(Dac0832 51 microcontroller-based design, with proteus simulation, using keilC compiled code in detail, contains notes, looking like a point, thank you, header files full, easy to transplant.)
- 2014-07-23 18:08:02下载
- 积分:1
-
USB_2.0.pdf
stm32下跑通usb外设,编译环境基于keil(stm32 next run through usb peripherals, based on keil compiler environment)
- 2013-10-05 21:34:54下载
- 积分:1