代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
dev_c2691_iofpga.c
/*
* Cisco router simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*/
#include
#include
#include
#include
#include
#
spi.o.d
spi.o: ../spi.c C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr/iom8.h \
C:/W
cardinfo.c
/*******************************************************************
*
* DESCRIPTION: cardInfo.c - module for reading and writing EEPROM
*
* AUTHOR: O. Kessel-Deynet
*
* L
iic0.h
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Copyright (c) $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$ 肖遥电子(广州)研发中心
$ Shawyoo Electronics (GuangZhou) R&D Center
$ htt
programeedata.c
#include "p30f6014.h"
// 编程EEPROM时需用到的一些控制字
#define EE_ERASE_WORD_CODE 0x4044
#define EE_WRITE_WORD_CODE 0x4004
#define EE_ERASE_ROW_CODE 0x4045
#define EE_WRITE_ROW_CODE 0x4005
int failme
global.h
//global.h
#ifndef __GLOBAL_INCLUDED
#define __GLOBAL_INCLUDED
#define READ_WRITE 0x02
#define CLK 0x04
#define DATA 0x08
#define MPX 0x10
#d
adtoweightconversion.c!
VERSION:1 SOURCE_TIMESTAMP:3A438027
NODE:I LEVEL:0 LINE:1 "config.h"
NODE:V LEVEL:0 LINE:3 "FullWeightAD -> EEPROM:????"
NODE:V LEVEL:0 LINE:4 "ZeroWeightAD -> EEPROM:????"
NODE:V LEVEL:0 LINE:5 "
adtoweightconversion.c
#include
eeprom unsigned int FullWeightAD=37500;
eeprom unsigned int ZeroWeightAD=7000;
eeprom unsigned char Scale=2; //初始值
/*给初值是为了在第一次使用时(没有学习零满重的情况下),不会产生错误*/
unsigne
adtoweightconversion.c~
#include
eeprom unsigned int FullWeightAD=37500;
eeprom unsigned int ZeroWeightAD=7000;
eeprom unsigned char Scale=21; //初始值
/*给初值是为了在第一次使用时(没有学习零满重的情况下),不会产生错误*/
unsign
i2c_demo.c
// *************** I2C driver Demo V 1.0 *************
// *** Written By P. Fletcher-Jones ***
// *** Written on 16/11/01 ***
// *** Last