-
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
-
demo-of-ZigBee2004-stack
cc2430无线射频模块(基于ZigBee2006)的2004协议栈的演示程序和使用说明,刚开始学习或接触ZigBee的朋友可以借此来学习。(cc2430 RF module (based on ZigBee2006) of the 2004 protocol stack demo program and instructions for use, just learning or exposure to ZigBee' s friends can learn.)
- 2011-05-08 22:26:24下载
- 积分:1
-
DS18B20A
相信大大家都用过DS18B20A,我自己也用手写了个玩玩(Believe that we all used DS18B20A, I have to play with a hand-written)
- 2009-07-17 08:39:25下载
- 积分:1
-
rilishizhong
说明: MCU 52 单片机控制程序,主要功能是日历时钟显示函数控制函数的算法。(MCU 52 microcontroller control program, the main function is to control the function of the calendar clock display function, the algorithm.)
- 2011-04-07 11:06:50下载
- 积分:1
-
DSO_ARM_4_25
基于STM32F4的示波器的源代码,内部含有ucos-ii操作系统。(STM32F4 based oscilloscope source code contains an internal ucos-ii operating system.)
- 2014-02-23 18:57:47下载
- 积分:1
-
I2C--EEPROM
STC12C5A60S2 IIC读取EEPROM:I2C读取E2PROM(STC12C5A60S2 IIC reading EEPROM: I2C read E2PROM)
- 2016-03-23 20:03:56下载
- 积分:1
-
PSCAD-Relay
PSCAD继电保护仿真模型 (PSCAD simulation examples Collection)
- 2011-07-03 09:19:57下载
- 积分:1
-
DSO_ARM_4_25
基于STM32F4的示波器的源代码,内部含有ucos-ii操作系统。(STM32F4 based oscilloscope source code contains an internal ucos-ii operating system.)
- 2014-02-23 18:57:47下载
- 积分:1
-
IEC104MasterSlave
IEC104规约Server和Client端的源码实现,遥信,遥测,遥调,遥控,总召等等都有,很有参考价值(IEC104 Statute of the Server and Client client source code implementation, remote, telemetry, remote adjustment, remote control, and so have the church always, a good reference value)
- 2020-11-19 13:59:39下载
- 积分:1
-
Visual_Studio_2010_Shortcuts
Microsoft Visual Studio 2010 Express
快速功能鍵(Microsoft Visual Studio 2010 Express
Keybinding Brochures)
- 2014-01-21 14:51:30下载
- 积分:1