-
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
-
dianchangxunjian
一款电厂巡检软件,很简单的C++处理程序,适合初学者使用,C++(A plant inspection software, very simple C++ handler for beginners, C++)
- 2014-02-23 15:48:29下载
- 积分:1
-
uCOSII2.91PUCGUI3.90A
路虎开发板UC0S+UCGUI,LPC1768适用于路虎开发板(Land Rover development board UC0S+ UCGUI, LPC1768 development board for Land Rover)
- 2011-05-24 21:04:12下载
- 积分:1
-
jm20316-HDD-Enclosure
jm20316移动硬盘盒---原理图,PCB板图。非常好用的资料(jm20316 HDD Enclosure--- schematics, PCB board map. Very useful information)
- 2020-10-28 16:39:57下载
- 积分:1
-
MSP-EXP430FR5739-User-Experience
MSP430实现的多级菜单功能,采用OLED实现,占用Ram量较少(MSP430 realize multi-level menu functions, the use of OLED achieved occupancy of less Ram)
- 2013-07-23 18:46:18下载
- 积分:1
-
DAvE_XC866_v2[1].3
RF1100无线模块与英飞凌CX8868位微控单片机(i can t)
- 2011-10-08 16:00:59下载
- 积分:1
-
mswatch
桌面监视器,带键盘监视功能
可用于关闭一些广告窗口或不希望出现的任意窗口,键盘监视功能带回放器,可播放鼠标键盘的操作过程(desktop monitor, with the keyboard function can be used to monitor the closure of some advertising window or do not want to see is the arbitrary window, Keyboard surveillance function with playback device that can broadcast mouse keyboard operation process)
- 2007-04-17 17:35:00下载
- 积分:1
-
Picture_Vi2259816172014
Win32 Picture Viewer, with this program you can view any picture type (the most popular ones: bmp, jpeg, gif ...)
- 2014-07-20 07:07:37下载
- 积分:1
-
HydraulicManipulator
6自由度机械臂从臂的控制程序,实现主从臂遥操作控制。(6 DOF manipulator arm the control program, using the integrated cards.)
- 2020-11-20 18:39:36下载
- 积分:1
-
PC_Com
用VC进行单片机的串口通讯,并进行数据采集,进行处理以后在PC端显示(VC MCU for serial communication, and data collection, processing beyond the PC to display)
- 2020-12-13 18:59:14下载
- 积分:1