代码搜索:EEprom 有哪些应用?
找到约 10,000 项符合「EEprom 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/190295/8445011
c guarding.c
/* ------------------------------------------------------------------------
File : guarding.c
Descr : Functions concerning Node- and Lifeguarding and Heartbeat.
History: 24JUL.00; Henk B&B;
www.eeworm.com/read/190295/8445069
c pdo.c
/* ------------------------------------------------------------------------
File : pdo.c
Descr : Functions for CANopen PDO handling, which call node-specific device
routines; the call
www.eeworm.com/read/161631/10391033
keep drivereeprom.h.keep
/*
* Copyright (c) 2005,深圳国人通信网优中心软件开发部
* All rights reserved.
*
* 文件名:DriverEeprom.h
*
* 版本号:V1.0
*
* 创建日期:2006年3月20日
*
* 摘 要:主要实现对24c16的读写功能,主程序要配置好I2C总线
* 接口(I2C引脚功能和I2C中断,并已使
www.eeworm.com/read/161631/10391042
h drivereeprom.h
/*
* Copyright (c) 2005,深圳国人通信网优中心软件开发部
* All rights reserved.
*
* 文件名:DriverEeprom.h
*
* 版本号:V1.0
*
* 创建日期:2006年3月20日
*
* 摘 要:主要实现对24c16的读写功能,主程序要配置好I2C总线
* 接口(I2C引脚功能和I2C中断,并已使
www.eeworm.com/read/274361/7070867
c envcar.c
#include "pic.h"
#include "consts.h"
#include "envcar.h"
#ifndef SANS_PIC_BASIC
#use fixed_io(a_outputs=B_DATA, B_CLOCK)
//attention_au_pic = 5
#else
#use fixed_io(a_outputs=B_DATA, B_CLOCK,P
www.eeworm.com/read/452861/7431783
h i2csubs_slave.h
#define SLAVE_ADDRESS (0xA0 >> 1) // I2C module compares bit of I2CADD with bit of I2C Command Byte
int EEPROM_ByteRead(unsigned char , unsigned char ) ;
int EEPROM_ByteW
www.eeworm.com/read/452859/7431813
h i2csubs.h
#define SLAVE_ADDRESS (0xA0 >> 1) // I2C module compares bit of I2CADD with bit of I2C Command Byte
int EEPROM_ByteRead(unsigned char , unsigned char ) ;
int EEPROM_ByteW
www.eeworm.com/read/333117/12701271
c drv_at24c64.c
#include
#include "source.h"
#define DEVICEID(A) (A&0XF0)
#define DEVICE_AT24C64 0xA0 //A1A2A1=0
#define DEVICE_SDA2000 0x60
extern TMDEV_OPS Opsgp;
unsigned int eepro
www.eeworm.com/read/138817/13209415
c eerom.c
#include
#include
#include
#include
#define COM_BAUD 9600
#define COM_ADDR_H 0x0054
#define COM_ADDR_L 0x0055
#define PASSWORD_ADD
www.eeworm.com/read/491551/6437469
makefile
###############################################################################
# Makefile for the project current_mA_LCD_avr
########################################################################