-
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
-
PCAS
采用VB编写的一个电路分析系统,支持现行电路的分析,具有电路图绘制,仿真功能,并包含了示波器等元器件。(using VB prepared a circuit analysis system, in support of the current circuit, with circuit diagrams mapping, simulation function, and includes components such as oscilloscopes.)
- 2020-12-07 20:09:22下载
- 积分:1
-
cb_pcb_1
充电盒程序 用pic16F1828做主芯片(charger box program)
- 2014-07-24 18:35:27下载
- 积分:1
-
Infrared--code
红外遥控代码,使用于51单片机。代码简单,功能强大。(Infrared remote control code, used in 51 single-chip microcomputer. The code simple, powerful.
)
- 2012-10-08 13:29:09下载
- 积分:1
-
RGB_Colour1618447212003
RGB Colour Wheel for Visual Basic
- 2016-01-28 22:22:18下载
- 积分:1
-
fpga_8051
毕业设计中等精度频率计8051IP核的C语言代码,功能是计算频率,脉宽,相位。还有控制LCD12864(Graduate design Medium precision frequency meter the 8051IP nuclear C-language code, the function is to calculate the frequency, pulse width, phase. As well as control LCD12864)
- 2012-07-13 15:30:15下载
- 积分:1
-
powerdemo_6.5.1
伺服电机控制系统,02年开始积累,效果好,速度快,PI控制,经典控制,fuzzy PID,自适应控制,速度位置控制等等,欢迎大家参考。(Servo motor control system, in 2002 began to accumulate, effective, fast, PI control, classical control, fuzzy PID, adaptive control, speed position control, etc., we welcome the reference.)
- 2013-12-11 14:16:50下载
- 积分:1
-
liushuideng
面向51单片机的复杂流水灯实验的c语言程序(The complexity of water for 51 single-chip light experiment c language program)
- 2011-06-04 08:28:32下载
- 积分:1
-
UART
本程序是基于msp430单片机的uart驱动程序(This procedure is based on MSP430 microcontroller UART driver)
- 2013-05-07 21:29:41下载
- 积分:1
-
msp430f5438system_Chinese-Materials
msp430f5438系统中文资料(全)(msp430f5438system_Chinese Materials)
- 2013-09-09 09:12:43下载
- 积分:1