-
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
-
vb-recive-many-frames
以定时的方式接收下位机传送的多帧数据,接收准确,实时性很强(In time to receive the next crew of the multi-frame data transmission, receive accurate, real-time strong)
- 2011-10-05 22:32:25下载
- 积分:1
-
VB
说明: VB串口通讯实例
高精度电压表(24bit) VB源程序(VB serial communication example high precision voltage meter (24bit) VB source code)
- 2007-09-16 22:37:48下载
- 积分:1
-
MenuEx
漂亮的自绘菜单,让你的菜单充满个性化和时尚化。(Beautiful painting the menu, make your menu full personalization.)
- 2016-04-14 09:30:32下载
- 积分:1
-
Mypro
基于atmel studio 6,使用avr128单片机,实现超市导购机器人编程,直流电机结合颜色传感器实现自动巡线,5个舵机,3个自由度(Based on atmel studio 6, using avr128 microcontroller, to achieve the supermarket shopping guide robot programming, combined with the color sensor DC motor automatic transmission line, 5 servos, three degrees of freedom)
- 2013-09-28 22:44:36下载
- 积分:1
-
labviewEMDsepration
labview 编写 的EMD分解程序(EMD sepration)
- 2010-03-09 16:59:15下载
- 积分:1
-
stc15-MMA7361L
STC15单片机应用角度传感器MMA7361L调试程序(STC15 SCM application debugger angle sensor MMA7361L)
- 2014-11-05 23:05:10下载
- 积分:1
-
test
用于对话框菜单打勾
ON_WM_INITMENUPOPUP()
ON_UPDATE_COMMAND_UI(Check for the dialog menu ON_WM_INITMENUPOPUP () ON_UPDATE_COMMAND_UI)
- 2007-08-05 10:10:42下载
- 积分:1
-
ColorFading
Code to fade colors in controls
- 2013-04-06 05:15:38下载
- 积分:1
-
0233312
用VC编辑的 禁止窗体右上角最大、最小化等按钮 小技巧程序(Edited by VC right corner prohibited form the largest minimization program button tips)
- 2013-05-28 14:21:24下载
- 积分:1