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

搜索资源列表

  1. checktool

    2下载:
  2. 串口调试常工具,在AVR猎手检验工具基础上改进。可以计算累加校验和,异或检验和,CRC16,可以添加数据帧头帧尾(用于自定义协议的起始和结束标志),如果能集成在串口助手里面则更好,只是本人VB新手,串口助手写了一个,经常蹦愧,不好意思弄上来。-Serial debugging tools often, hunters in the AVR on the basis of test tools to improve. Can calculate the cumulative checksum, X
  3. 所属分类:Communication

    • 发布日期:2015-10-10
    • 文件大小:16384
    • 提供者:老罗
  1. AVR+LCD12864+TUXING

    0下载:
  2. 示波器的仿真!!!本人的原创!!!可以显示任意的波形-Oscilloscopes simulation! ! ! I am the original! ! ! Can display arbitrary waveform
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:325413
    • 提供者:左仪
  1. avr_flash

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7362617
    • 提供者:思宇
  1. Interrupt_driven_serial_I_O

    0下载:
  2. Atmel ATMEGA interrupt driven serial I/O Winavr source code.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4956
    • 提供者:asdemirli
  1. 7219DING

    0下载:
  2. 这是一个关于avr驱动7219程序。程序是在GCC的环境下开发的。测试好使,欢迎使用,如有问题,请自行解决,本人保留最终解释权。-This is a 7219 program about avr drive. Procedures are at GCC development environment. Test so welcome to use if there is problem on their own, I retain the power of final interpretatio
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:14901
    • 提供者:LJC
  1. AVR_basic_IO

    0下载:
  2. Assembly AVR to practice I/O Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:261865
    • 提供者:john
  1. 24c16

    0下载:
  2. This the pdf describing the 24C16 EEprom and how to interface it to the micro world. I have used it for connecting to an AVR processor-This is the pdf describing the 24C16 EEprom and how to interface it to the micro world. I have used it for connecti
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:93303
    • 提供者:krulkip
  1. first_process

    0下载:
  2. ATMEGA8-first_process-学习AVR的朋友们挺多的,但对于一初学者来说不知从何入手,不妨参考下我的教学代码。这是第一次接触时用的。-ATMEGA8-first_process-learning挺多friends AVR, but for a beginner I do not know how to run, may wish to refer to the following code to my teaching. This is the first time used i
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:11947
    • 提供者:kenychen
  1. AD

    0下载:
  2. 基于avr单片机实现AD转换,A0口输入模拟量,D口连接数码管-Avr-based MCU AD conversion, A0 analog input port, D I connect the digital control
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1053
    • 提供者:kejia
  1. avr-uart

    0下载:
  2. i m glad to share my files in this site and i hope you also help me solve my problem
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:8594
    • 提供者:benyamin
  1. avr_study_word2

    0下载:
  2. word 版AVR入门教程part2,和第一部分一起,对AVR的内部结构,I/O,中断,定时器,uart等功能都做了非常详细-word version of AVR Getting Started tutorial part2, and the first part of the join of the AVR' s internal structure, I/O, interrupt, timer, uart and other functions have done a very de
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:10386931
    • 提供者:jacky
  1. four_channel_ADC

    0下载:
  2. 四个通道的AVR单片机AD转换程序,很有用的,希望大家踊跃下载!-4-channel AVR MCU AD conversion process, useful, and I hope you very much for downloading!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:21173
    • 提供者:chaguofeng
  1. InstructionSet

    0下载:
  2. The AVR Enhanced RISC microcontroller supports powerful and efficient addressing modes for access to the Program memory (Flash) and Data memory (SRAM, Register file, I/O Memory, and Extended I/O Memory). This section describes the various addressin
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1147024
    • 提供者:calin17us
  1. 1

    0下载:
  2. Fatfs是一个优秀的文件系统,同时也是一个易于移植的文件系统,目前的Fatfs版本只需要编写6个函数和配置几个宏就能完成移植。 网上很多移植Fatfs的文章,记得有一篇写得不错,出处我没有找到,很多人转载都把标题写成 "一篇比较详细介绍FatFs文件系统移植的文章",需要的朋友可以去参考下。 网上很多Fatfs的移植工程,基于AVR的、STM32的很多,但鲜有现成的移植好基于51的Keil 工程可供参考。我不熟悉那些AVR、STM32,参考起来有点别扭^_^。
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:225010
    • 提供者:gao
  1. Rbo

    0下载:
  2. 采样率为sr,多选择II导联作为心电分析数据,该分析要用到的数据记录至少为1分钟的心电波形数据-void main() (E3BGX[ { const int N=15420 //N=sr*time M./3@A const int n=(int)sr*0.04,yanshi=(int)sr*0.2,back=(int)sr*0.04 //n=sr*0.04,yanshi=sr*0.2?,back=sr*0.04 PDl=!>u
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1506
    • 提供者:轩零
  1. avr

    0下载:
  2. Hello guys, I ve built this GSM security system as my semester project using T290i mobile and controlled my car using it. Please leave your comments about it. If any one needs help in implementing such a system, I can help. Some of the fu
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1984315
    • 提供者:Asif
  1. AVRzuixiaoxitong

    0下载:
  2. 一个AVR(m16、m32)的最小系统,我经常用到的,用来调试程序用的-An AVR (m16, m32) of the minimum system, I often used, to use the debugger
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:93963
    • 提供者:黄生
  1. AVRDUOFONGNENG

    0下载:
  2. 此文件为AVR多功能仿真文件,希望大家喜欢,希望大家有好的东西一起共享 一起进步-This file documents for the AVR function simulation, hope you like, I hope we work together to share good things with the progress
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5345280
    • 提供者:董涛
  1. avrbootloader

    0下载:
  2. 这是一个AVR硬件自编程程序,因为本人是做硬件系统开发的,对于网上流传的相似程序的纠正!-This is a self-programming program AVR hardware, because I do hardware system development, and online circulation of similar procedures for correction!
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:20497
    • 提供者:张治
  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
« 12 »
搜珍网 www.dssz.com