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

搜索资源列表

  1. AVR-microcontroller-

    0下载:
  2. 手把手教你学AVR单片机C程序设计实验程序-Taught you how to learn AVR microcontroller C program design experimental procedure
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:2080906
    • 提供者:杨过
  1. snore_logger

    0下载:
  2. avr写的打呼噜声音记录仪,文件存贮在sd中,用来检测人是否健康用的,网络上下的,喜欢的可以参考一下-avr to write snoring sound recorder, files stored in sd used to detect people is healthy, the network up and down, like reference
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:342060
    • 提供者:dengxin
  1. Introduction-to-pulse-counting

    0下载:
  2. Introduction to pulse counting (AVR related)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:204963
    • 提供者:armonski
  1. BINARY2ASCII

    0下载:
  2. Routine for Atmel AVR to convert 16 bits binary to 5 digits ASCII DIGITS
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:667
    • 提供者:anibal2100
  1. avr-usart

    0下载:
  2. avr128单片机 usart串口通信 中断接手查询发送-avr128 microcontroller the usart serial communication interrupt to take over the query to send
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1966
    • 提供者:陈阳
  1. AVR-M48-

    0下载:
  2. 航模用AVR M48开发的无刷电调驱动,参考德国的代码-AVR M48-Model aircraft using the AVR M48 developed brushless ESC drive, refer to the German code-AVR M48
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:89782
    • 提供者:admin
  1. mega8-usb-to-232

    0下载:
  2. 通过AVR 单片机MEGA8 实现usb 转换成 232的通信协议,性能稳定,速度可达115200bps-AVR microcontroller MEGA8 realize USB convert 232 communication protocols, performance, stability, speed up to 115200bps
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1130975
    • 提供者:caiguibin
  1. Atmel-Microcontroller-8-Bit-AVR-PCB

    0下载:
  2. 常用AD元件库,是我在网上找的,和大家一起分享-Commonly used in AD library, I find online, to share with everyone
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:13501
    • 提供者:zhonghao
  1. AVR

    0下载:
  2. 模拟交通灯控制器就是使用单片机来控制一些LED灯的顺序点亮的状态,模拟真实交通灯的功能。-Simulated traffic light controller is to use a microcontroller to control the order of some LED lights to light up the state to simulate the real function of the traffic lights.
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2443264
    • 提供者:邢可赛
  1. AVR-add-caculater

    0下载:
  2. 由按键输入数据,单片机(AVR系列Atmaga16)做运算,LCD(16*8)显示结果。-By the key input data, the microcontroller (AVR series Atmaga16) to do calculations, the LCD displays the results (16* 8).
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:5462
    • 提供者:张廷
  1. AVR-out-in

    0下载:
  2. 由按键输入数据,单片机(AVR系列Atmega16)判断,实现流水灯闪烁。-Based on Atmega16 microcontroller (AVR family) to determine by the key input data, water lights flashing.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:3376
    • 提供者:张廷
  1. Getting-Started-with-avr-gcc

    0下载:
  2. 主要讲述gcc的使用,教你如何写一个c的小项目。英文的,挺实用的-Focuses on the use of gcc, and small projects to teach you how to write a c. In English, very practical
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:255521
    • 提供者:小刘
  1. Car-tracking-the-AVR-version

    0下载:
  2. 小车循迹AVR版,单片机源码及控制代码,主要由五个感应器感应黑轨迹线所在的位置从而实现转动的功能控制-Version of the car tracking AVR microcontroller source control code, in order to achieve mainly by the induction of five sensors black trace the location of the rotation function control
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:169859
    • 提供者:today
  1. CAVRR_CC10000o

    0下载:
  2. CodevisionAVR 开发环境。 用AVR控制TI/Chhipcon非常常用的CC1000射频收发芯片。 已通过测试。 -CodevisionAVR development environment. Using AVR to control the TI/Chhipcon the very commonly used CC1000 RF transceiver chip. Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:20487
    • 提供者:
  1. AVR

    0下载:
  2. AVR单片机的ADC转换程序包括基准定义端口定义, ADCSRA|=(1<<ADSC) //启动AD转换 loop_until_bit_is_set(ADCSRA,ADIF) //方法1 等待AD转换结束 // while ((ADCSRA&(1<<ADIF))==0) //写法2 这种写法优化不好 // loop_until_bit_is_clear(ADCSRA,ADSC) //方法2 检测ADSC=0也行 ADCSRA|=(1<<AD
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:894
    • 提供者:李丽丽
  1. jiayou

    0下载:
  2. 用AVR实现的采集电阻电压值,并在液晶上进行显示-AVR to achieve the sense resistor voltage value displayed on the LCD
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1334
    • 提供者:少昆
  1. AVR-C

    0下载:
  2. AVR单片机C语言库 在使用AVR的可以参考其库文件汇总-AVR microcontroller C library to use the AVR can refer to the library file summary
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:202153
    • 提供者:ll
  1. AVR-BOOTL

    0下载:
  2. atmega系列的bootloader代码,485通讯下载,GCC编译,注意寄存器地址和控制引脚。-atmega series of the bootloader code, 485 download, the GCC compiler, pay attention to the register address and control pins.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:349062
    • 提供者:yurui
  1. 8-ways--to-make-the-LED-light(GCC)

    0下载:
  2. 能够实现LED的控制,有8种点亮模式,运用GCC(win-AVR)编译器进行Atmega16L单片机的编程-if you need 8 ways of making the LED lighting, and you will need the program with GCC(win-AVR)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:117938
    • 提供者:zhengfeng
  1. wav-music-player

    0下载:
  2. 用AVR做的音乐播放器,简单实用.可以播放SD卡里面的WAV音乐文件-AVR to do the music player, simple and practical. WAV music files can play SD card inside the
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:37286
    • 提供者:believe
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com