CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - rotation

搜索资源列表

  1. my_robo

    0下载:
  2. 用MEGA16单片机控制的L298转动,包括停,正转,反转-MEGA16 MCU control with the L298 rotation, including the suspension is changed, and inversion
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:李志聪
  1. zxcontrol

    0下载:
  2. 控制C8051F单片机转动,正反转,可以参考,运行环境keil c-control C8051F rotation, reversion, they can refer to, the environment Keil c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:946byte
    • 提供者:张力
  1. leddtxs11

    0下载:
  2. 动态扫描显示接口 动态扫描显示接口是单片机中应用最为广泛的一种显示方式之一。其接口电路是把所有显示器的8个笔划段a-h同名端连在一起,而每一个显示器的公共极COM是各自独立地受I/O线控制。CPU向字段输出口送出字形码时,所有显示器接收到相同的字形码,但究竟是那个显示器亮,则取决于COM端,而这一端是由I/O控制的,所以我们就可以自行决定何时显示哪一位了。而所谓动态扫描就是指我们采用分时的方法,轮流控制各个显示器的COM端,使各个显示器轮流点亮。-dynamic scan displa
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.46kb
    • 提供者:老邓
  1. xvvc

    0下载:
  2. 程序介绍:利用P1 口通过一定延时轮流产生低电平 输出,以达到发光二极管轮流亮的效果。实际应用中例如: 广告灯箱彩灯、霓虹灯闪烁。 -procedures introduced : P1 mouth through a certain delay alternate low-level output, to achieve LED-rotation effect. Practical applications such as : advertising light
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:850byte
    • 提供者:程承
  1. anglemachine

    0下载:
  2. 《角度测量器》 用光电编码器测量角度,每个脉冲为0.72度。 测量范围:0.0~360.0度 为保证不错过脉冲,用timer1计数,在电平跳变中断里判断转动方向,尽量加快处理过程。 数据换算和数码管扫描显示在主循环中实现。 译码器用10米长5芯屏蔽线与数显器的两片74HC595连接。 MCU为12F629,使用内部4兆RC振荡和内部复位功能。 -"angle measuring device" using photoelectric encoder
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:刘新生
  1. bujinmotor_code

    0下载:
  2. 1、有单,和单双两种旋转模式。2、可以选择置数、和连续。两种控制模式。3、按梯形 曲线加速和减速。 4、所有的置数,及速度,都能通过数字显示。 -one, single, and both single-and double-rotation mode. 2, we can choose a few home, and continuous. Two control mode. 3, trapezoid curve acceleration and deceleration. 4,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:59.58kb
    • 提供者:jun
  1. step_motor_led

    0下载:
  2. 使用单片机控制步进电机,实现个中控制,转动-use stepper motor control and achieving China control, rotation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:32.78kb
    • 提供者:Iceant
  1. 2phase_4line_stepping_motor_driver

    0下载:
  2. 硬件电路是C51单片机,1298及2相4线步进电机组成.步进电机驱动程序包含单步驱动,连续转动子程序,经过硬件调试,成功运行。-hardware circuit is C51 microcontroller, 1298 Phase 2 and 4 line stepper motor components. Stepper Motor Driver Drivers include single-step, continuous rotation subroutine, After the har
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:870byte
    • 提供者:江方洪
  1. MCU_PWM

    0下载:
  2. 4x4键盘扫描输入需要电机转动的相位,6为数码管显示当前的角度等功能。单片机程序用C51编写。--4x4 keyboard input scanning needs of phase motor rotation, six digital control display the current perspective, and other functions. C51 microcontroller with the preparation procedures. -
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:115.71kb
    • 提供者:helei
  1. xianshi65565222

    0下载:
  2. 这个程序的任务是键盘显示数字,也就是分别按倚天版的4个小键盘,右边的数码管轮流分别显示数字0,1,2,3,为了便于程序的讲解,我们把每一句分别编号, 实际输入程序时,就不用写后面的号码了。第1,2,3行是单片机的初始化,一般的程序都是这样开头的, 作用是跳开00-30h的地址单元,因为这些单元是分配给特殊寄存器使用的。第6行把p3送0ffh,作用是把这些端口p3.0-p3.7置高电平, 因为倚天版的键盘接在p3口,只有当端口为高电平时, 我们按下键盘,那么这个端口被短路到地,端口被强行变为0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.46kb
    • 提供者:ttforgo
  1. huayangANGLE

    0下载:
  2. 花样任意角度旋转-Synchronized arbitrary rotation angle
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:夏加强
  1. Rotation

    0下载:
  2. ADXL345数字加速度计的c代码。 Realize Rotation Algorithm,Use ADuC7026 as MCU,Use ADXL345 as Acceleration Sensor,Development Tool: KEIL C-ADXL345 digital accelerometer c code Realize Rotation Algorithm,Use ADuC7026 as MCU,Use ADXL345 as Acceleration Sensor,D
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:559.94kb
    • 提供者:ee
  1. FaceDetection

    0下载:
  2. face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this addition
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:12.52kb
    • 提供者:gianni
  1. character-display-screen-rotation

    0下载:
  2. 汉字屏程序-汉字屏轮流显示,轮流显示汉字,采用C语言编程,供大家参考-Chinese character display program- character display screen rotation, rotation display Chinese characters, the use of C language programming, for your reference
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:1.65kb
    • 提供者:HUANGQIN
  1. Rotation-matrix

    0下载:
  2. keil开发的旋转点阵源代码。diy爱好者。-keil development of the rotation matrix source code. diy enthusiasts
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:14kb
    • 提供者:linshaotian
  1. Stepper-motor-rotation-experiment

    0下载:
  2. 利用单片机89C52,以及驱动芯片UNL2003来实现控制步进电机的转动,并通过LCD1602实现步进电机工作内容的显示。-Using single chip microcomputer 89 c52, and drive chip UNL2003 to achieve the rotation of the stepper motor control, and through LCD1602 display implementation stepper motor work.
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:26.48kb
    • 提供者:刘文
  1. Stepper-motor-rotation-program

    0下载:
  2. 步进电机转动程序,步进电机使用者必备,适合入门,简单易懂,可实现步进电机的基本控制。-Stepper motor rotation program, the user must have the stepper motor, suitable for entry, easy to understand, enabling basic control of the stepper motor.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:3.13kb
    • 提供者:周华堂
  1. Stepper-motor-rotation

    0下载:
  2. 步进电机转动,c语言编写,用于51单片机开发-Stepper motor rotation, c language, for 51 MCU Development
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:25.9kb
    • 提供者:lilulu
  1. DC-constant-speed-rotation

    0下载:
  2. 直流电机恒速转动的源程序,可用于子程序的调用及单独程序的车速运行-DC constant speed rotation of the source code can be used to speed run subroutine calls and a separate program
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:10.69kb
    • 提供者:田广阔
  1. Rotation-led

    0下载:
  2. 基于stc的旋转led几种功能显示 平面立体显示字或时钟显示-Rotation led several functions stc-based display
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:307.52kb
    • 提供者:hxy
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com