CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - TIMER0

搜索资源列表

  1. AVRTutorial-TIMER0

    0下载:
  2. its a document how to use timer in avr. its application will be in controlling motor -its a document how to use timer in avr. its application will be in controlling motor
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:145490
    • 提供者:jiban123$
  1. jianpanC

    0下载:
  2. 独立键盘在单片机上的一个实现。利用TIMER0中断,CPU在不停的扫描程序,60ms到,执行按键驱动,函数在48ms执行一次,60ms再次执行,避免了CPU资源的浪费。-Independent on the keyboard in a single-chip implementation. Use TIMER0 interrupt, CPU in constant scanner, 60ms that the implementation of key drivers, perform a fu
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:701
    • 提供者:tufei
  1. pwm

    0下载:
  2. avr pwm timer0 so simple
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:551
    • 提供者:altcore
  1. 0-to-99-cntrol-Timer0-ff

    0下载:
  2. 0到99的键控计数器,定时器0中断的控制应用程序代码-0 to 99 keying counter, timer 0 interrupt control application code
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2690
    • 提供者:古月
  1. LPC2103_TMR0Int_Example

    0下载:
  2. Timer0 interrupt for lpc2103
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:8636
    • 提供者:Emil Oleinikov
  1. TIMER0

    0下载:
  2. 定时器0,C语言与汇编程序,详见程序头说明-time0,c and asm code
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2319
    • 提供者:hs
  1. Timer0

    0下载:
  2. 在ARM7上实现的使用定时器简单小程序,对初学者非常有用 -ARM7 simple small program using the timer is very useful for beginners
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:67849
    • 提供者:韦必忠
  1. CpuTimer2

    0下载:
  2. 定时器 2 实验 F2812 上有3 个 32 位的 CPU 定时器,本程序主要对 CPU 定时器 2 进行操作, 200MS 产生一次中断。使用时,按以下步骤进行: (1)点击“CCS”,启动Code Composer Studio 开发环境 (2)点击【project】􀃆 【Open…】打开“CpuTimer2”文件夹下的“CpuTimer2.PJT”。 (3)重新编译完毕。 (4)点击【File】􀃆 【Load Program…】,选
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:711
    • 提供者:q
  1. Hydrogen_Core51

    0下载:
  2. Hydrogen/C51 是一个用于51的非占先操作系统 基本上用纯 C 实现, 嵌入了大概10行的汇编 基本需求: 1.最小编译代码大概在 2.4k 2.需要使用片外的 xdata 作为堆使用 3.占用 TIMER0 作为计时 使用基本要求: 1.任务中必需要存在 Sleep/WaitFor 函数才能主动放弃占用CPU 2.任务入口和使用到Sleep/WaitFor的函数必需是 reentrant. 内核功能: 1.动态建立任务 2.支持事
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3266712
    • 提供者:binary
  1. Timers0

    0下载:
  2. c8051f340单片机的一个定时器0的源代码,适合初学者参考学习。程序中有英文说明-the source code of timer0 of c8051f340 for beginners learnning.english explanation included.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:10370
    • 提供者:陈伟
  1. Timer0

    0下载:
  2. 通过串口通信发送系统现在时间,也可以发送想要的时间-send system time through the SCI,and also can transsfer the time you want
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:236328
    • 提供者:陈龙
  1. hm_4

    0下载:
  2. 利用定时计数器2,实现所有灯以60ms间隔闪烁-60ms timer0 and timer1
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6850
    • 提供者:哈喽
  1. BS808b

    0下载:
  2. 主程序说明:程序首先進入初始化,設置 LED相應的管腳為輸出,按鍵輸入,上拉,設置 Timer0為脈沖寬測冲-Touch key:The BS804B and BS808B are equipped with a One-line serial interface to allow easy communication with an externalMCU for device setup and for touch pinmonitoring purposes.
  3. 所属分类:SCM

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:Nier
  1. EX_PULSE

    0下载:
  2. This program uses the RTCC (timer0) to time a single pulse input to the PIC.-This program uses the RTCC (timer0) to time a single pulse input to the PIC.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1326
    • 提供者:joy
  1. Timer0

    0下载:
  2. STC89C52单片机定时器T0程序,采用中断方式,提供给初学单片机程序的朋友参考-STC89C52 single chip timer T0 program, the interrupt mode, providing the friend reference to the beginner microcontroller program
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7797
    • 提供者:wangjunjian
  1. timer0

    0下载:
  2. 基于Nios II实现基本的定时器功能。-The timer is based on Nios II for numbering.
  3. 所属分类:SCM

    • 发布日期:2017-05-28
    • 文件大小:11103789
    • 提供者:super
  1. lab3-TIMER0

    0下载:
  2. 研旭TMS320F28335开发板的外设开发示例程序-timer部分,F28335的初学者做参考很不错!-Research the Asahi TMS320F28335 development board peripherals to develop sample program part-timer, the F28335 beginners a very good reference!
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:600065
    • 提供者:zhangyunchuan
  1. timer0

    0下载:
  2. 单片机的中断程序,实现单片机的中断功能。-Microcontroller interrupt, the microcontroller interrupt function
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:18949
    • 提供者:疯子
  1. TIMER0

    0下载:
  2. 希望程序对大家能有所帮助,这个程序适合于AVR初学者,-Hope everybody can help to program, the program suitable for AVR beginners,
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:13707
    • 提供者:徐达
  1. timer0-intrrupt

    0下载:
  2. ARM S3C2440的裸机开发实验--定时器中断-ARM S3C2440 bare metal development experiment- the timer interrupt
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:95900
    • 提供者:龙冉
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com