代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
tv2.txt
/********************************************************************************************
单片机实验之--控制fi1256搜台并存台
作者:朱泷,张刘松
email:iam.shuang@yahoo.com.cn
西安交通大学 710049
更换晶振请注意时序问题
请详
extern_vars.h
/**
Autor: Matthias Wei遝r
Copyright 2005: Matthias Wei遝r
License: QPL (see license.txt)
*/
#ifndef EXTERN_VARS_H_INCLUDED
#define EXTERN_VARS_H_INCLUDED
//Systemweite externe Var
rules.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
93lc46b.c
//******************************************************************************
// 93LC46B EEPROM读写程序 eepm.c
// This program illustrates the following operations:
//
i2c.asm
; i2c.asm
_I2c_ASM EQU 1
include "ht49c80.inc"
include "i2c.inc"
include "var.inc"
;--------------------------------------------------------
; _i2c_eeprom : code er
makefile
###############################################################################
# Makefile for the project atmega
###############################################################################
#
addcard.c
#include "KKZQ.H"
//
//=====================================================================================
// RAM资源
// 占用 45 个字节 eeprom_buf[] = 24个字节 读写x24c128
inter.c
#include "KKZQ.H"
//
//=====================================================================================
// RAM资源
// 占用 17 个字节
// rcard_buf[6]
main.i
// CodeVisionAVR C Compiler
// (C) 1998-2001 Pavel Haiduc, HP InfoTech S.R.L.
// I/O registers definitions for the ATmega16
#pragma used+
sfrb TWBR=0;
sfrb TWSR=1;
sfrb TWAR=2;
sfrb TWDR=3;
makefile
###############################################################################
# Makefile for the project atmega
###############################################################################
#