-
ADC
c8051F060中adc部分程序,是对adc部分的使用说明以及参考(Part of the ADC program in c8051F060)
- 2015-03-06 18:36:47下载
- 积分:1
-
用vb写的数控仿真系统
说明: 仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分: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
-
KeilC51
该手册是Keil 软件公司8051 单片机软件开发工具的介绍是为新用户和有兴趣的读者准备的使用指南只需要阅读本书就可以正确地运行和使用该软件这本用户指南包括以下章节的内容(The handbook is a Keil software 8051 software development tools introduced for new users and readers interested in the use of guidelines to prepare only need to read this book can be run correctly and use the software that the user s guide includes the following chapters content)
- 2008-04-21 18:34:38下载
- 积分:1
-
FIRA
西北工业大学 C++ 描述 FIRA 5vs5 仿真足球(Northwestern Polytechnical University C++ description of FIRA the 5vs5 simulation soccer)
- 2012-05-26 07:34:56下载
- 积分:1
-
IR
说明: MSP430红外解码驱动,占用了一个定时器资源。(MSP430 IR decoding drive, taking up a timer resources.)
- 2013-08-25 19:03:05下载
- 积分:1
-
CC2530
CC2530 步进电机控制实验。一个简单的例程(CC2530 stepping motor control experiment)
- 2020-12-29 00:09:02下载
- 积分:1
-
DS18B20A
相信大大家都用过DS18B20A,我自己也用手写了个玩玩(Believe that we all used DS18B20A, I have to play with a hand-written)
- 2009-07-17 08:39:25下载
- 积分:1
-
MotorCtrl
PID控制,包括算法,控制阶梯列表,算法步进(PID control, including algorithms, control ladder list, the algorithm step)
- 2009-02-26 11:40:55下载
- 积分:1
-
STM32
采用4路红外对管进行循迹,电机控制小车运动。(Four infrared channels are used to track the tube, and the motor controls the motion of the car.)
- 2020-06-25 18:20:01下载
- 积分:1