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

搜索资源列表

  1. chashengboceju

    2下载:
  2. AT89S52单片机控制的超声波测距,主程序首先对系统环境初始化,设置定时器T0工作模式为16位的定时计数器模式,置位总中断允许位EA并给显示端口P0和P2清0。然后调用超声波发生子程序送出一个超声波脉冲,为避免超声波从发射器直接传送到接收器引起的直接波触发,需延迟0.1ms(这也就是测距器会有一个最小可测距离的原因)后,才打开外中断0接收返回的超声波信号。由于采用12MHz的晶振,机器周期为1us,当主程序检测到接收成功的标志位后,将计数器T0中的数(即超声波来回所用的时间)按下式计算即可测得
  3. 所属分类:SCM

    • 发布日期:2015-01-27
    • 文件大小:173647
    • 提供者:刘翔
  1. tt_timer2

    0下载:
  2. 一个关于AT89C52定时器2的实用程序,告诉你怎样实用特殊而又平凡的定时器2的寄存器-A timer on the AT89C52 2 utility, to tell you how special and ordinary practical timer register 2
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:8740
    • 提供者:zhenqi
  1. STC-TIMER2

    0下载:
  2. 众所周知的STC单片机,定时器2的详细介绍,以及具体用法-Well-known STC microcontroller, timer 2, a detailed descr iption and the specific use
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:60138
    • 提供者:wanglei
  1. CSB

    0下载:
  2. 用基于89C52的定时器2的外部捕获功能实现对距离的测量,改善了以往很多用定时器和外部中断所照成的资源浪费和程序系统所照成的中断冲突。-89C52 timer with 2 on the external capture the distance measurement to achieve improved a lot in the past by using the timer and external interrupt according to the waste of resource
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:15318
    • 提供者:武夷道人
  1. Uart

    0下载:
  2. 程序功能: 1,16位定时器0,工作在方式1,定时1秒。 2,8位自动重装定时器2,工作在方式2,产生波特率为9600. 3,串口工作方式1,10位异步发送,定时一秒循环发送1,2,3,4,5. 4,使能串口中断,收到任何数据立即转发出去。-Program features: 1,16-bit timer 0, 1 working in the manner, time 1 sec. 2,8-bit auto-reload timer 2, work in the way of
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:126899
    • 提供者:Boky
  1. time

    0下载:
  2. 主要演示AVR单片机定时器2的异步操作功能用作实时时钟的效果-AVR microcontroller Timer 2 major shows asynchronous operating functions for the effect of real-time clock
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:16698
    • 提供者:kevin cheng
  1. time1

    0下载:
  2. AVR单片机定时器2的异步操作功能用作实时时钟的效果。同时讲解了BASCOM-AVR中关于时钟硬件配置方面的语句。在BASCOM的概念里主要分为SOFT和USER两大类时钟产生的方法。利用芯片定时器的异步功能称为软时钟,利用专用时钟芯片则要用户自己编写相应的处理程序,所以称USER。但不管采用哪种方式,相关的中断服务程序或是函数都要支持DATE$和TIME$以及_sec , _min , _hour, _day , _month , _year等系统内部变量。程序的其他部分可以直接存取这些变量,
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:182748
    • 提供者:kevin cheng
  1. 1-2

    0下载:
  2. 用定时器以间隔500MS在6位数码管上依次显示 0、1、2、3....C、D、E、F,重复。-With a timer to interval 500MS on the six digital control sequence shows 0,1,2,3 .... C, D, E, F, repeat.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:807
    • 提供者:xieyi
  1. TIMER

    0下载:
  2. EasyARM2103定时器的应用包括定时器0匹配产生中断,定时器1匹配输出翻转,定时器1PWM输出,定时器2捕获产生中断-EasyARM2103 timer applications include timer 0 match interrupt, timer output flip a match, timer 1PWM output, Timer 2 Capture interrupt
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:116859
    • 提供者:chy
  1. dingshiqi2

    0下载:
  2. 基于51单片机的定时器2的操作与实现,用PLM编写-51 Microcontroller Based Timer 2 operation and implementation, prepared with PLM
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:147875
    • 提供者:L
  1. Thetimer

    0下载:
  2. 8路定时器 1. 设计一个能在0~60分钟内定时的定时器 2. 定时开始工作红指示灯亮,结束时绿指示灯亮 3. 可以随意以分为单位,在60分范围内设定定时时间 4. 随着定时的开始,显示器显示时间,如定时10分,定时开始后显示器依次是0-1-2-3-4-5-6-7-8-10进行即时显示 5. 定时结束时,手动清零-The timer of eight approach
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:87278
    • 提供者:xwj
  1. 4618dingshiqi2

    0下载:
  2. 基于MSP430FG4618定时器2的c语言程序,有需要的朋友可以看看哦-Based on the MSP430FG4618 timer 2 c programming language, need friends can see
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:26539
    • 提供者:huzhenshan
  1. PWMLEDcontrol

    0下载:
  2. 应用52单片机定时器2,输出PWM波,来控制LED灯的亮灭和颜色-Timer 2 52 SCM applications, the output PWM wave, to control the LED lights and color of light off
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:808
    • 提供者:linyifeng
  1. Timers

    0下载:
  2. F410单片机定时器0,定时器2相关功能测试源代码-F410 microcontroller Timer 0, Timer 2 function tests related to the source code
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:14701
    • 提供者:章益
  1. PWM_1_xql

    0下载:
  2. MDK用Stm32 产生PWM波,用到定时器2,有详细的注释,方便学习-Stm32 PWM
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:4166080
    • 提供者:徐勤利
  1. 2

    0下载:
  2. 利用8051单片机内定时器,能通过按键进行时、分、秒的调整-Using the Timer 8051, through the keys for hours, minutes and seconds to adjust
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:30132
    • 提供者:liuyi
  1. CodeSwitch-

    1下载:
  2. 本代码为编码开关代码,编码开关也就是数字音响中的 360度旋转的数字音量以及显示器上用的(单键飞梭开 关)等类似鼠标滚轮的手动计数输入设备。 我使用的编码开关为5个引脚的,其中2个引脚为按下 转轮开关(也就相当于鼠标中键)。另外3个引脚用来 检测旋转方向以及旋转步数的检测端。引脚分别为a,b,c b接地a,c分别接到P2.0和P2.1口并分别接两个10K上拉 电阻,并且a,c需要分别对地接一个104的电容,否则 因为编码开关的触点抖动会引起轻微误动作。本程序不
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:824401
    • 提供者:赵博伟
  1. T2TEST

    0下载:
  2. 很多人不熟悉定时器2的用法,改程序给出了定时器2的初始以及使用方法-Many people are not familiar with the usage of Timer 2, Timer 2 is given to change the program and use the initial
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:46473
    • 提供者:刘涛
  1. TIME5

    0下载:
  2. c8051f410 c语言程序,内含有定时器2的定时功能,当定时开始时,控制灯的亮灭-c8051f410 c language program, containing the timer 2 timer, when the timer starts, the control lamp lights off
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-01
    • 文件大小:2162
    • 提供者:yingmingcai
  1. 1mSsqurewave

    0下载:
  2. 51单片机通过定时产生1mS方波,使用定时器0,P1.2口输出-51 single-chip timing generator 1mS square wave by using the timer 0, P1.2 port output
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8678
    • 提供者:陈超
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com