代码搜索结果
找到约 10,000 项符合
AVR 的代码
clock.h
/*
clock.h - part of USBasp
Autor..........: Thomas Fischl
Description....: Provides functions for timing/waiting
Licence........: Free under certain conditions. See Do
eeprom._h
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#ifndef EEPROM_H
#define EEPROM_H
void EEPROM_write(uint16 address,uint8 da
atmega.map
Archive member included because of file (symbol)
d:/program files/atmel/winavr-20071221/bin/../lib/gcc/avr/4.2.2/avr5\libgcc.a(_mulsi3.o)
os_time.o (__mulsi3)
d:/pro
int.c
#include
#include
void init_int(void)
{
PORTD |= (1
timer0int.c
/*******************************************
文件:TIMER0INT.C
环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10
硬件:ATMEGA16芯片
日期:2006年12月10日
功能:实现MEGA16的TIMER0的溢出中断
备注:参考《AVR系列单片机C语言编程与应用实例》(清华大学
timer0int._c
/*******************************************
文件:TIMER0INT.C
环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10
硬件:ATMEGA16芯片
日期:2006年12月10日
功能:实现MEGA16的TIMER0的溢出中断
备注:参考《AVR系列单片机C语言编程与应用实例》(清华大学
i2c.s
.module I2C.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\sl-mega8\mega8\I2C\I2C.c
.dbfunc e i2c_Write _i2c_Write fc
; RomAddress -> R22
; Wdata -> R20
.even
_i2c_Write::
r
numled.lis
.module numled.c
.area lit(rom, con, rel)
0000 _seg_table::
0000 C0F9 .byte 192,249
0002 A4B0 .byte 164,176
serial.c
#include
#include
#include "serial.h"
#include "hardware.h"
#if ENABLE_DEBUG_INTERFACE
ringBuffer_t serialRingBuffer;
SIGNAL(SIG_UART_RECV) /* runs with global int
makefile-mp3player2.txt
TRG = mp3player2
MCU = atmega8
CC = avr-gcc
#CFLAGS = -O2 -Wall
CFLAGS = -Os -Wall -mmcu=$(MCU)
MAKEOBJ = avr-objcopy
$(TRG).hex: $(TRG).bin
$(MAKEOBJ) -O ihex $(TRG).bin $(TRG).hex
$(TRG).bin: