-
timer2112
说明: 定时器的使用,让你了解使用定时器所必须的几个步骤!从而能够使用(the use of timers let you know by the use of timers to be a few steps! In order to use)
- 2005-09-07 09:49:07下载
- 积分:1
-
2401-FOR-xs128
助赢无线发射模块24l01调试程序for xs128(24l01 debugger to help win wireless transmitter module for xs128)
- 2013-04-08 09:20:01下载
- 积分:1
-
kdfd
宽频放大器,有以下功能:
预置增益,增益加/减,显示输出电压有效值,自动增益
显示有效值.
增益输入及加减
自动增益没有实现(Wideband amplifier has the following functions: Preset gain, gain plus/minus, the display output voltage RMS, automatic gain display rms. AGC gain input and subtraction is not implemented)
- 2013-07-19 21:19:44下载
- 积分:1
-
epwm_up_aq
生成PWM波的c程序,需要的可以自己下载查看(A C program for generating PWM waves)
- 2017-08-13 18:32:49下载
- 积分:1
-
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
-
vbplc
说明: vb与plc通讯帮助解决vb与plc通讯之间的问题(vb and Communications plc)
- 2010-04-21 01:44:57下载
- 积分:1
-
tem
上位机通信-配合XTMonitor显示温度等(PC communication- with XTMonitor display temperature, etc.)
- 2013-07-23 19:56:46下载
- 积分:1
-
ALIENTEK-MINISTM32-17
ALIENTEK MINISTM32 实验17 SPI实验(The ALIENTEK MINISTM32 experiment 17 SPI experiments)
- 2013-04-20 16:34:03下载
- 积分:1
-
BLDC-ECET
电动工具无刷电机控制解决方案,基于单片机控制的无刷电机驱动,可立即启停,高性能,低耗能,锂电池充电。(Electric tools brushless motor control solutions, brushless motor driver based on single chip microcomputer control, can immediately stop, high performance, low energy, lithium battery.)
- 2020-08-15 22:28:26下载
- 积分:1
-
stm32dudong12864
STM32F103驱动12864液晶程序,很适合于初学者,希望对你有用(12864 STM32F103 driver program, it is suitable for beginners, I hope useful to you)
- 2014-02-23 18:45:08下载
- 积分:1