搜索资源列表
AVR Studio on-line 中文版 HELP
- AVR Studio on-line 中文版 HELP。中文版的帮助文件,方便查看-AVR Studio on-line Chinese version of HELP. The Chinese version of the document to help facilitate View
ATmega16
- ATmega16的定时中断汇编程序,每秒数码管减一,AVR studio环境下用汇编语言编写。-ATmega16 interrupt the regular compilation of procedures, by a second digital tube, AVR studio environment prepared using assembly language.
I2C_AVR
- avr读写24cxx程序模块,工具AVR Studio 4 +WinAVR-20070525-avr program modules to read and write 24Cxx, tools AVR Studio 4+ WinAVR-20070525
AVR_Core8F.tar
- AVR IP core writen in VHDL. It is beta version, working even with AVR studio
DLED
- 实验芯片: ATmega8515L或Atmega8515 工作频率: 8MHz 编译软件: C语言:WINAVR 1.41 汇编语言:AVR Studio 功能: 8个数码管从左至右依次显示:1,2,3,4,5,6,7,8。 -Experimental chip: ATmega8515L or Atmega8515 frequency: 8MHz compiler software: C language: WINAVR 1.41 asse
AVR_Open_source_Programmer
- 开放源代码的AVR编程器 开放源代码的AVR编程器可替代AVR Studio所支持的AVRProg工具。此工具和STK500和JTAGICE语法兼容。-The AVR Open-source Programmer (AVROSP) is an AVR programmer application that replaces the AVRProg tool included in AVR Studio. It is a command-line tool, using the same sy
stepmotoruln
- atmega16驱动四相步进电机,avr studio编译环境,实现电机正转反转,加速减速,上限位、下限位功能-atmega16 four-phase stepper motor driver, avr studio compiler environment, the realization of the electrical switch is turned around, to speed up slow down, the ceiling, and the minimum bit func
4X4_KEY
- 4X4矩阵键盘实验\AVR Studio开发环境下GCC例程-4X4 matrix keypad test \ AVR Studio development environment, GCC routine
AVR_Studio
- AVR Studio 是 Atmel 官方发行的免费软件,其强大的功能和正宗的血统,使其成为绝大多数AVR开发者必不可少的工具,这里为初学者提供了该软件的使用说明。-AVR Studio is Atmel' s official release of the free software, its powerful features and authentic descent, making it the most indispensable tool for AVR developers,
AVRM16forLCD1602readandwrite
- //avr studio 编写的用M16对LCD1602的8位读写操作程序
lcddisplay
- mega8单片机驱动1602液晶的汇编程序,AVR Studio调试通过-mega8 Microprocessor 1602 LCD assembler, AVR Studio debugger by
AVR_Studio_Debug
- AVR 系列单片机所用到的 IDE软件。 主要对AVR Studio调试快速入门, 调试运行方式及QuickWatch实时查看变量的数值 -AVR Microcontroller IDE used by software. Mainly on the AVR Studio Debugger Quick Start, Run and debug real-time view variable values QuickWatch
Code
- avr单片机学习资料,使用avr studio编写,供初学者使用-avr microcontroller learning materials, the use avr studio prepared for beginners
atmega
- 通过winavr+AVR Studio编程,实现了两个Atmega16单片机的RS232通信。包括矩阵键盘检测与LED动态显示。-By winavr+ AVR Studio programming, two Atmega16 MCU RS232 communication. Including the detection and LED matrix dynamic keyboard display.
EEPROM
- writng in EEPROM and reading the data for the memory using AVR Studio 4 and controller ATmega16
AVR_makefile
- 提示:这是一个针对AVR studio4.12开发的AVR-GCC Makefile生成向导工具。因此,使用前请安装AVR studio4.12。工程文件布局要与AVR studio一致,即工程目录名要与工程同名,C文件要与工程文件同目录,输出文件统一放到一个文件夹。-Note: This is a development for AVR studio4.12 AVR-GCC Makefile Generation Wizard tool. Therefore, before using ins
AVR-IIC-GCC
- avr studio +gcc 编写的IIC 处理程序,使用硬件中断控制,和 软件模拟IIC控制,两个程序在一个压缩包内,提供给需要的朋友-avr studio+ gcc IIC written process, interrupt control hardware, and software simulation IIC control, two programs in a compressed package, available to friends in need
lcd12864
- 应用avr studio软件编程 实现LCD显示,其中运用的芯片是lcd12864-Avr studio software programming applications LCD display which uses the chip is lcd12864
AVR-Studio
- Codes for Atmega8 for AVR Studio.. From LCD, ADC to buttons, interrupts, timers, PWMs, blinking LEDs-Codes for Atmega8 for AVR Studio.. From LCD, ADC to buttons, interrupts, timers, PWMs, blinking LEDs...
interrupt
- Source Code to practice Interrupt in ATmega16 using AVR Studio 4 and programming C