代码搜索结果
找到约 10,000 项符合
AVR 的代码
delay.dp2
delay.o: F:\AVR
2.lk
avr12864.o
makefile
CC=avr-gcc
MCU=atmega16
CFLAGS= -Os -g -Wall -mmcu=$(MCU) -Ic:\winavr\avr\include -IC:\WinAVR-20080402\avr\include
all: lab4.c
$(CC) $(CFLAGS) -o lab4.elf lab4.c
avr-objcopy -j .text -j .
说明.txt
请参考:AVR使用范例--使用Bootloader 升级芯片内程序详解
http://www.avrvi.com/avr_examples/avr_bootloader.html
光盘的教程里面也有本文件
这里不再说明。
wdt.h
/* Copyright (c) 2002, 2004 Marek Michalkiewicz
Copyright (c) 2005, 2006, 2007 Eric B. Weddington
All rights reserved.
Redistribution and use in source and binary forms, with or without
adjust.c
#include "global.h"
uint avr_red;
uint avr_ired;
void adjust(void)
{
uchar i;
ulong sum_red;
ulong sum_ired;
sum_red=0;
sum_ired=0;
avr_flag=0;
for(i=0;i
uart.c
/*
Copyright (C) 2002-2003 Gerd Rausch, BlauLogic (http://blaulogic.com)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted pr
menu.h
// This file has been prepared for Doxygen automatic documentation generation.
/*! \file ********************************************************************
*
* Atmel Corporation
*
* - File