-
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
-
ThreadSample
Thread Templete Class
Custom Thread
- 2013-12-25 01:31:09下载
- 积分:1
-
OLED
飞思卡尔coldfire MCF52255单片机OLED驱动程序(Freescale coldfire MCF52255 microcontroller OLED driver)
- 2014-01-16 21:29:18下载
- 积分:1
-
FUZZY_PID
采用C语言编写的模糊PID算法,该算法写了详细的注释。。。(Fuzzy PID algorithm C language, the algorithm wrote detailed notes. . .)
- 2014-04-24 22:26:13下载
- 积分:1
-
USB_Bulk
此為Silab 單片機利用USB port大量資料傳輸的範例(The Silicon Laboratories Bulk Driver is an example Universal Serial Bus (USB) device driver for use with the Silicon
Laboratories C8051F320 target board and USB_BULK example device firmware. The device driver is a Windows
Driver Model architecture driver which is compatible with Windows 98 SE, Windows 2000, and Windows XP
operating systems.)
- 2018-12-07 17:22:00下载
- 积分:1
-
8X8X8
光立方,8*8*8的,源代码,原理图和电路板我会陆续上传(
Light cube, 8* 8* 8, the source code, schematics and board I will continue to upload)
- 2014-03-31 22:01:04下载
- 积分:1
-
ENGINE4-1
燃气轮机热力设计程序。包括低压压气机,高压压气机,燃烧室,高压涡轮,中压涡轮,低压涡轮在内的整个燃气轮机的热力设计。(Gas turbine thermal design process. Including the low-pressure compressor, high pressure compressor, combustor, high pressure turbine, an intermediate pressure turbine and low pressure turbine, including the thermal design of the entire gas turbine.)
- 2014-04-22 17:52:58下载
- 积分:1
-
K60CCD3.0
在飞思卡尔32位的单片机K60的平台上实现线性CCD采集图像的功能;能够实现自动曝光功能;很好的调节图像;(K60 implemented on Freescale MCU platform 32 linear CCD image acquisition functions able to achieve automatic exposure function well adjust the image )
- 2014-02-22 16:25:22下载
- 积分:1
-
GPS-power-inversion
GPS抗干扰接收机自适应天线阵功率倒置算法研究,供大家学习和交流(GPS receiver interference power inversion adaptive array algorithm, for them to learn and exchange.)
- 2014-02-16 23:31:41下载
- 积分:1
-
CDPartner
这是一个带有时钟,闹钟的桌面宠物程式.
还有记事功能!!COOL(This is a clock, alarm clock, desktop pet programs. There Notepad function!! COOL)
- 2007-11-29 19:45:16下载
- 积分:1