-
3399873
AT89C51驱动直流电机,有仿真跟C语言。直流电机驱动,实现直流电机的正、反转,PWM调速。(AT89C51-driven DC motor, a simulation with the C language. DC motor drives, DC motor forward and reverse PWM speed control.)
- 2012-06-05 21:03:47下载
- 积分:1
-
RS485
这是基于飞思卡尔十六位单片机的RS485通信的例程(freescale RS485 routine)
- 2014-09-16 09:15:43下载
- 积分:1
-
c24c02
通过把开机次数记录在24C02中,并在数码管上显示出来, 124C02的写保护脚为低电平,即允许写(Boot number of records in the 24C02, and displayed on the digital 124C02 write-protect pin is low, that is allowed to write)
- 2012-12-10 15:40:06下载
- 积分: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
-
PSoC
PSoC(Programmable System-On-Chip,片上可编程系统)实验指导,内含5个实验,适合新手学习熟悉功能,希望给大家带来帮助(An instruction of PSoC, 5 samples included,suitable for beginners.May it be hopeful!)
- 2014-04-02 19:55:03下载
- 积分:1
-
oled-STC89C52)
OLED 接口演示例程(51系列) I2C(OLED 4 Interface demonstration routine (51))
- 2016-02-25 14:20:44下载
- 积分:1
-
SCM_4_couple_von
4维简单胞映射程序: 对动力系统做全局分析(four-dimensional simple cell mapping procedures : dynamic systems analysis of the overall situation so)
- 2007-06-15 20:35:07下载
- 积分:1
-
bt
说明: 科技创新(7)智能小车控制算法软件模拟实现,根据测量当前小车的位置、速度和预瞄点位置与赛道之间的关系控制小车的速度,舵机大小、档位、油门和刹车情况。(Science and technology innovation (7) intelligent car control algorithm simulation software to realize, according to the current measurement car position, velocity, and the position and the track point tracking the relationship between the speed of the car, steering gear control size, gear, throttle and brake.
)
- 2011-07-17 18:07:23下载
- 积分:1
-
SOES-master
Simple Open Source EtherCAT Slave
====
SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave
stack that is very easy to use and provides a small footprint. It is a
good alternative to more complex stacks on the market.
Overview
SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.
Features as of 1.0.0:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
- CoE
- Object dictionary
- SDO read and write for all sizes including segmented transfers
- Easy portable C-code suited for embedded applications
- Fixed PDO mapping
- FoE with bootstrap template
- Support for Little and Big endian targets.
- Polling for interrupts
- 2016-11-01 10:09:23下载
- 积分:1
-
PS2-mouse
本程序是用51单片机的PS2鼠标驱动程序(This procedure is used 51 single PS2 mouse driver)
- 2013-08-23 13:58:55下载
- 积分:1