-
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
-
suming-up-numbers-of-leapyear
编写一段程序 统计从1000年到1999年之间闰年的个数 最后输出到屏幕上来(writing a program to sum up the numbers of leapyear between 1000 and 1999.Finally,showing the result on the screen.)
- 2015-01-02 21:47:35下载
- 积分:1
-
SimageCAMMssi
仿真程序数控机床,数控机床,以模仿实际操作,有有一定的价值,很多共享!,可以直接使用。
(Simulation program CNC machine tools, CNC machine tools, to mimic the actual operation, the value of many shared Can be used directly.)
- 2012-06-08 18:49:00下载
- 积分:1
-
CoinIO
一个键盘监视小程序,可以读取任何键盘输入,并保存到C:CONIO.TXT文件中(a small keyboard surveillance procedures, can read any keyboard input, and the preservation of the C : CONIO.TXT document)
- 2007-06-02 11:56:44下载
- 积分:1
-
HTMJ
基于STC 51单片机做的灭菌器,传感器PT100,PID控温,滑动平均算法处理等包含eeprom底层程序(STC5620AD include PID and eeprom)
- 2013-01-09 11:58:37下载
- 积分:1
-
-
说明: i2c红外 小车扫描 简单程序 扫描准确(smart car scan easy program)
- 2012-03-13 13:13:08下载
- 积分:1
-
G2553P12864(3wires)
pt100高精度测量电路,精度误差小,速度快,arm9 c51均可实现 ,仅供学习 参考(PT100 high precision measurement circuit, precision error is small, fast, C51 ARM9 can be achieved, only for learning reference
)
- 2015-11-16 17:08:02下载
- 积分:1
-
DJ.ZIP
用89C51单片机控制的直流电机C语言程序,程序简单有中文解释!(89C51 microcontroller with the control of DC motor C language program, the program simple to explain in Chinese!)
- 2010-09-02 17:03:01下载
- 积分:1
-
USB-mouse
一个鼠标基于C8051f340为核心的USB鼠标程序,在开发板上已调可用。用Keil打开。(A mouse-based core C8051f340 USB mouse program has been transferred is available on the development board. Opened with Keil.)
- 2014-05-02 17:02:37下载
- 积分:1
-
piny
说明: 51单片机的拼音输入法的程序,用C实现,(51 SCM Pinyin input method to the procedures used to achieve C,)
- 2006-04-11 19:45:14下载
- 积分:1