代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
makefile
###############################################################################
# Makefile for the project lt-mini-m16-test
##########################################################################
avrdependent.c
// AVRdependent.c
// (C) 2004 Steve Childress stevech@san.rr.com
#ifndef __AVR_ATmega32__
#define __AVR_ATmega32__
#endif
#include "OPEX.h"
const BYTE TCCR2INIT = 2; // 1 == 128 interru
main.c
#include "chip.h"
#include "hd.h"
#include "hdi2c.h"
#include "i2cmem.h"
#include "sport1.h"
#include "hdi2c.h"
#include "string.h"
//=========================================================
main.c
#include "chip.h"
#include "hd.h"
#include "hdi2c.h"
#include "i2cmem.h"
#include "sport1.h"
#include "hdi2c.h"
#include "string.h"
//=========================================================
makefile.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
dimmer00.c!
VERSION:1 SOURCE_TIMESTAMP:3A6D6901
NODE:I LEVEL:0 LINE:15 "C:\cvavr2\inc\mega32.h"
NODE:I LEVEL:0 LINE:16 "C:\cvavr2\inc\delay.h"
NODE:I LEVEL:0 LINE:17 "C:\cvavr2\inc\stdio.h"
NODE:I LEVEL:0 LIN
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC