-
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
-
TMDXEVM6678L_EVM_A101-1_GBR
TMS320C6678 EVM TMS320C6678 EVM GOOD(TMS320C6678 EVM GOOD TMS320C6678 EVM GOOD)
- 2013-08-15 08:50:26下载
- 积分:1
-
ASCIIscancode
键盘扫描码,键盘上所有按钮都有,全是我做实验是出来的。注意,可不是ASCII码,是扫描码(ASCII scan code)
- 2010-11-19 07:32:14下载
- 积分:1
-
CNC-MILL
用C51开发的数控铣床控制器程序,包含直线插补,圆弧插补(CNC milling machine with C51 controller development process, including linear interpolation, circular interpolation)
- 2021-03-01 10:19:35下载
- 积分:1
-
AD8638_8639_cn
AD8638/AD8639:16V自稳零、轨到轨输出运算放大器(中文版PDF, 728 KB)(AD8638/AD8639: 16V Auto-Zero, Rail-to-Rail Output Operational Amplifier (Chinese edition PDF, 728 KB))
- 2015-01-10 18:09:28下载
- 积分:1
-
F103C8T6温度
用stm32f103c8t6做的智能数字中,主要有以下功能,显示当前时间,年月日,星期和温度。可以通过按键打开和关闭闹钟,整点报时,时间调整。(With stm32f103c8t6 to do intelligent digital, mainly has the following functions, showing the current time, date, day, week and temperature. You can turn on and off the alarm clock by pressing the button, adjust the whole time and adjust the time.)
- 2017-07-23 16:49:59下载
- 积分:1
-
RaidTest
RAID卡的测试程序,写的不好哈,请大家原谅,(RAID card test procedures and writing bad Kazakhstan,)
- 2009-02-17 11:55:56下载
- 积分:1
-
IIC-OLED
stm32f429 iic oled mdk环境(Stm32f429 IIC OLED MDK environment)
- 2020-06-16 02:40:02下载
- 积分:1
-
Energy-harvesting-broadcast-channel-with-ineffici
Energy harvesting broadcast channel with inefficient energy storage Energy harvesting broadcast channel with inefficient energy storage Energy harvesting broadcast channel with inefficient energy storage
- 2014-06-17 12:52:13下载
- 积分:1
-
msp430f449-1
msp430f449蓝色版-----发光二极管闪烁(----- Version msp430f449 blue flashing light-emitting diodes)
- 2009-04-25 11:15:02下载
- 积分:1