搜索资源列表
IO
- AVR单片机ATMEGA128实习之—IO口操作(附带Proteus仿真例子)
CDC-IO.2007-04-07
- usb cdc 类(AVR MCU 实现 CDC)
AVR.rar
- 本程序包包含了基于ATmega16单片机从IO口操作到串口,模拟比较器,AD转换,PWM输出,TWI总线操作,SPI总线操作等完整程序。,This package contains ATmega16-based single-chip operation from the IO port to the serial port, analog comparator, AD converter, PWM output, TWI bus operation, SPI bus operation pro
IO-SPI
- AVR单片机IO口模拟SPI读写AT45DB081,如使用C51只有修改IO操作即可-AVR microcontroller IO port analog SPI read and write AT45DB081, such as the use of C51 can only modify the IO operation
AVR-pcb
- AVR128的开发板pcb,很有价值的,硬件上已经调通,所有IO口都引出了!-AVR128 development board pcb, valuable, hardware has been transferred Qualcomm, all I have led IO!
DS1302
- DS1302驱动,模拟IO口SPI通讯,通过调试,AVR控制-DS1302 drive, analog IO port SPI communications, through debugging, AVR control
AVR-IO-M16-sch
- AVR-IO-M16-sch Atmega16 IO Schematic
IO
- AVR单片机中IO编程模块,希望大家喜欢!-AVR single Chip program about IO
IO
- AVR ATmega16简单的IO实验.开发环境为I-AVR ATmega16 simple IO test. Development environment for the ICC
Ethernet-IO-Kit-AVR
- 基于AVR的以太网开发,包括视频远程监控,温度监控,开关量远程控制,项目完整,-AVR based Ethernet development, including remote video monitoring, temperature monitoring, switch the remote control, project complete
AVR
- AVR单片机的几个典型程序和仿真(AVRstidio+PROTEUS) 1.8255扩展IO 2.74165 3.ADC音量转换LED 4.DS18B20 5.DS1302 6.LCD 7.LED渐亮渐暗-AVR microcontroller and the simulation of several typical procedures (AVRstidio+ PROTEUS) 1.8255 volume expansion IO 2.74165 3.ADC co
stepmotor
- AVR步进电机控制,#include "module.h" #include "speedCurve.h" #include <avr/io.h>-AVR setpmotor control:#include "module.h" #include "speedCurve.h" #include <avr/io.h>
AVR-IO-TEST
- AVR单片机IO测试,对IO口所控制的LED进行电量和熄灭。集中IO的定义方法-AVR microcontroller IO test, the IO ports under the control of LED for power on and off. Focus on the definition of IO way
AVR-IO-ports-communications-line
- AVR单片机利用定时器普通IO口实现一线通信-AVR microcontroller IO ports using timers to achieve common communications line
AVR-IO-struct-and-control
- 收藏多年的Avr的功能測試程序 簡單易懂很適合初學者-Collection for many years Avr function test program is very easy to understand for beginners
AVR-GPIO
- AVR数字通用IO,一张很不错的图,显示了AVR IO的内部结构-AVR digital general purpose IO, a very good map, shows the AVR IO internal structure
avr-IO-
- AVR的IO口像51的单片机一样定义,使得运用起来更加方便,不如试试哦,很实用的-As defined IO ports like 51 AVR microcontroller, making it more convenient to use, it is better to try Oh, very practical
IO
- Eclipse AVR 操作IO口的操作例程-Eclipse AVR IO port operation routine operation
io proj
- avr program for input output ports
AVR Studio例子
- /* * ADC.c * * Created: 22-5-2011 8:22:10 PM * Author: Wingston */ #include <avr/io.h> #include <avr/interrupt.h> uint16_t ReadChannel(int mux); int main (void) { DDRC = 0xFF; uint16_t adcval = 0; while(1){ a