文件名称:DatamemoryEEPROM24C02
介绍说明--下载内容来自于网络,使用问题请自行百度
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
-/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
-/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Data memory EEPROM24C02/24c02.c
Data memory EEPROM24C02/24c02.OBJ
Data memory EEPROM24C02/lhj
Data memory EEPROM24C02/lhj.hex
Data memory EEPROM24C02/lhj.lnp
Data memory EEPROM24C02/lhj.Opt
Data memory EEPROM24C02/lhj.plg
Data memory EEPROM24C02/lhj.Uv2
Data memory EEPROM24C02/linhj.lhj
Data memory EEPROM24C02
Data memory EEPROM24C02/24c02.OBJ
Data memory EEPROM24C02/lhj
Data memory EEPROM24C02/lhj.hex
Data memory EEPROM24C02/lhj.lnp
Data memory EEPROM24C02/lhj.Opt
Data memory EEPROM24C02/lhj.plg
Data memory EEPROM24C02/lhj.Uv2
Data memory EEPROM24C02/linhj.lhj
Data memory EEPROM24C02
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.