-
ADC1
有关AVR的单片机adc的源代码,阐述详尽,便于使用(ADC OF AVR )
- 2013-06-05 21:45:39下载
- 积分:1
-
interactiveoperation
C写的ArcSDE连接添加Feature的类(Add ArcSDE Connection C written in class Feature)
- 2010-01-27 18:09:26下载
- 积分:1
-
ASD24B201303
Delta servo drive a new generation of hardware ASDA-B2 manual programming is an electrical engineer hardware reference manual,
- 2014-02-24 15:14:34下载
- 积分:1
-
mouse
简单的鼠标控制程序,可修改控制鼠标点击等(Simple mouse control program)
- 2013-05-01 16:42:36下载
- 积分:1
-
chuankou-aPC
串口与pc机通讯,51单片机例程,只需要修改io口即可实现。(Serial communication with pc, 51 MCU routine, you only need to modify the io port can be realized.)
- 2013-08-04 16:51:41下载
- 积分:1
-
jjcsy
酒精测试仪proteus仿真,单片机进行分析处理,判断是否醉酒驾车,再通过液晶板显示出来。(Alcohol Tester proteus simulation, analysis and processing microcontroller to determine whether drunk driving, and then through the LCD panel display.)
- 2013-11-27 15:26:09下载
- 积分:1
-
PMAC 中文手册(推荐详细)
PMAC 中文手册(推荐详细)PMAC(可编程多轴运动控制器),是美国Delta Tau Data System 公司于推出的PC 机平台上的运动控制器,是一个完全开放的系统。(PMAC Chinese Manual (Recommended Details))
- 2020-07-02 08:00:02下载
- 积分:1
-
DC_DC
基于430的DC_DC变化,采用PID控制,调节PWM的输出占公比,从而反馈调节输出电压(Based on 430 DC_DC change, using PID control, adjust the PWM output accounted common ratio, thus regulating the output voltage feedback)
- 2013-08-31 13:24:57下载
- 积分:1
-
MPU6050_DMP6
利用Arduino实现读取MPU6050的DMP四元数(Arduino MCU reads MPU6050 use a DMP quaternion)
- 2013-08-28 14:57:56下载
- 积分: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