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

搜索资源列表

  1. 10.TC0-Counter

    0下载:
  2. AVR学习笔记之定时记数器0实验1 TC0-Clock-AVR TIMER
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:14985
    • 提供者:zmlceo
  1. 11.TC0-Clock

    0下载:
  2. AVR单片机学习笔记之定时记数器0实验2 TC0-CTC.-avr TC0-CTC
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:15881
    • 提供者:zmlceo
  1. 13.TC0-PWM1

    0下载:
  2. AVR单片机学习笔记之定时记数器pwm实验程序 TC0-PWM1-avr mcu TC0-PWM1
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:16910
    • 提供者:zmlceo
  1. xiaodiaom

    0下载:
  2. 集合了简单的流水灯,按键,中断,定时 采用了icc7 for avr 芯片为atmega128-Set the simple flowing water light, buttons, the interrupt, timing The icc7 for avr chips for atmega128
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7566
    • 提供者:huang
  1. AVR8_AVR_timer

    0下载:
  2. avr单片机定时器简介,对于初学者很有用.请朋友们下载.-Introduction of the AVR timer, useful for beginners. Please friends download.
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1977505
    • 提供者:yhb
  1. musicpaly

    0下载:
  2. 利用avr单片机编程实现蜂鸣器演奏歌曲,利用到了avr单片机中的定时器-Avr microcontroller programming to achieve the buzzer to play the song.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:25923
    • 提供者:陈刚
  1. TIMER0

    0下载:
  2. 定时器TIMER0数数,AVR 16,希望可以帮入门的童鞋们学习一下-TIMER0 code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:755
    • 提供者:eve
  1. main__

    0下载:
  2. 基于atmega16的定时器仿真代码,可以在proteus仿真软件上模拟定时器的使用,对单片机学者有较大帮助。-This program will help the students learn avr.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1100
    • 提供者:秦川
  1. cklcd

    0下载:
  2. ATmega16 AVR单片机用串行方式控制12864液晶(带字库)内加外部中断0,外部中断1,定时器T0,T1程序-AVR microcontroller ATmega16 with serial mode control 12864 liquid crystal (with word stock) add external interrupt 0, external interrupt 1, T0 timer, T1 program
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:2308
    • 提供者:胡家申
  1. axv

    0下载:
  2. avr mega16单片机写的函数发生器,利用定时器器中断发生正弦波、三角波、锯齿波, -avr mega16 microcontroller to write the function generator, timer interrupt occurs sine, triangle, sawtooth,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:629
    • 提供者:ttj
  1. hwaicar

    0下载:
  2. 利用红外对小车两电机的占空比进行调节,从而达到加速,减速,左右转。红外接受已经做成.h 文件 avr实现,由于对定时要求比较严,不能实现的话,可以试着改其中irtime cord的值-Using adjusted infrared duty cycle of the two motors of the trolley, so as to achieve the acceleration, deceleration, turn around. Infrared accept has been
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:50669
    • 提供者:刘林
  1. mega16csb

    0下载:
  2. 编译环境iccavr 芯片avr16 8M晶振 超声波的可收发距离在3m左右,利用了avr的定时器1和外部中断,1602显示具体距离-The compiler environment iccavr chip avr16 8M crystal can send and receive distance of about 3m using avr timer and external interrupt, 1602 distance
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:98338
    • 提供者:刘林
  1. time

    0下载:
  2. AVR proteus time 定时器的使用 硬件图-AVR proteus time timer hardware chart
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:116025
    • 提供者:god ye
  1. AVRduoji

    0下载:
  2. avr单片机控制舵机,通过两个定时器来实现,定时器0和定时器2.-Avr single-chip microcomputer control steering gear, through the two timer to realize, the timer 0 and timer 2.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:554611
    • 提供者:王坤
  1. PWM

    0下载:
  2. Atmega 16单片机,这里利用T/C1定时器中断来产生PWM波形。在ICC AVR编译环境下,利用tool 菜单中的application builder生成一个简单的PWM波程序。这段程序以PA0作为PWM波的输出端口。利用T/C1定时器比较匹配和溢出产生两次中断来改变PA0的输出电平。具体过程为:计数器TCNT1从初始值开始不断计数,当发生比较匹配时,把PA0置为低电平,计数器继续计数,当发生溢出中断时,计数器回到初始设定值,并把PA0置为高电平。从而在PA0端口获得一稳定持续的PWM波
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-17
    • 文件大小:4656
    • 提供者:陈勇
  1. Trffic-Light

    0下载:
  2. 利用定时器中断编写的控制交通灯,采用的是avr atmega16单片机,Icc编译环境,2401无线传输-Timer interrupt write control traffic lights, avr atmega16 microcontroller, the Icc compiler environment, 2401 wireless transmission
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-22
    • 文件大小:103707
    • 提供者:韩林松
  1. dingshiqishiyan

    0下载:
  2. 这是一个基于AVR单片机meg128的一个定时器的例子,很好的-This is based on the example of a timer of the AVR microcontroller meg128 good
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-12-02
    • 文件大小:79604
    • 提供者:刘海芬
  1. reload-Timer

    0下载:
  2. AVR atmel128 单片机重载定时器学习示例-Learning example of the the AVR atmel128 microcontroller reload timer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-05
    • 文件大小:9291
    • 提供者:张洲
  1. free-Timer

    0下载:
  2. AVR atmel单片机 自由定时器的学习示例-AVR atmel microcontroller free timer learning example
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-26
    • 文件大小:8407
    • 提供者:张洲
  1. sheji

    0下载:
  2. AVR单片机,ATMEGA16,实现采集电压(<5V),并在液晶屏显示,每秒采集次数可通过定时器调整-AVR microcontroller, the ATMEGA16 acquisition voltage (5V), and display on the LCD screen, the number of acquisitions per second timer adjustment
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:1941
    • 提供者:li
« 1 2 ... 6 7 8 9 10 1112 13 14 »
搜珍网 www.dssz.com