CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - EEPROM24C02

搜索资源列表

  1. 24C02的读写asm

    0下载:
  2. 串行IIc总线型EEPROM24c02的读写汇编源程序,并由按键控制读写操作。-Serial Bus type IIc EEPROM24c02 compilation of source code to read and write, and write control buttons.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4112
    • 提供者:李军
  1. 24c02

    0下载:
  2. eeprom24c02程序代码,经测试可以使用,分享一下
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1070
    • 提供者:fengxu
  1. EEPROM24C02

    0下载:
  2. 例子读取24C02内部数据,在数码管上显示,可通过按键来进行不同地址数据的读取和修改保存-Example of internal data read 24C02, the digital tube display, by pressing a button to a different address for read and modify data stored
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-29
    • 文件大小:19382
    • 提供者:songguilai
  1. EEPROM24c02-24c1024

    0下载:
  2. 从24c01到24c1024等所有的EEPROM都可以操作的程序,非常方便适用,本人已经调试通过。-From all of 24c01 to 24c1024 EEPROM can operating procedures, very convenient, I have been testing through.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1788
    • 提供者:邓宇
  1. I2C

    0下载:
  2. 使用I2C总线,对EEPROM24C02进行读写,C源代码通过KEIL2-The use of I2C bus, on EEPROM24C02 read and write, C source code through KEIL2
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:31558
    • 提供者:王横
  1. 11-EEPROM24c02

    0下载:
  2. E2rom程序 -y~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:15334
    • 提供者:yilongliang
  1. 24c02

    0下载:
  2. 这是DSP2812对带I2C通信的EEPROM24C02的底层驱动程序,挺有用的-c
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1262
    • 提供者:wqr107
  1. 24c02rw

    0下载:
  2. 51系列单片机,驱动eeprom24C02,断电时24C02保存数据,上电后从24C02读出数据-51 series single chip, driving eeprom24C02, power to preserve data when the 24C02, 24C02 power from读出数据
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2965
    • 提供者:hxf
  1. EEPROM24c02

    0下载:
  2. 本程序详细介绍了eeprom芯片24c02在STC89C52单片机中的应用。-The procedure described in detail in the eeprom chip 24c02 MCU STC89C52.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:16836
    • 提供者:姜虎
  1. EEPROM

    0下载:
  2. 此文件为操作EEPROM24C02的标准头文件形式,直接加入工程后即可实现调用,非常方便-This document is the standard for the operation of the first document EEPROM24C02 directly join the project can be realized after the call, a very convenient
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:15219
    • 提供者:hwt
  1. kaijiyi

    0下载:
  2. 名称:IIC协议 EEPROM24c02 公司:上海浩豚电子科技有限公司 编写:师访 日期:2009.5 修改:无 内容: 每次开机都将次数加1 并存储到EEPROM。这样就能直观的看到机器的使用次数 用P1口 LED做为显示,次数大于256是将溢出,按复位模拟开机 或者直接通过开关开机-Name: IIC protocol EEPROM24c02 Company: Shanghai Electronic Technology Co., Ltd. Hao dol
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:20405
    • 提供者:hahammc
  1. DatamemoryEEPROM24C02

    0下载:
  2. /*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址 #define R24C02 0xA1 //存储器的读地址 #define MSB 0x80 //8位二进制最高位置1 #define LSB 0x01 //8位二进制最低位置1 -/* EEPROM24C02, progr
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:17057
    • 提供者:于向
  1. 17-EEPROM24c02

    0下载:
  2. 24C02的程序,学习如何操作IIC,如何读写EEProm等。-24C02 procedure, learn how to operate the IIC, such as how to read and write EEProm.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:17685
    • 提供者:xujianming
  1. kaijicishu

    0下载:
  2. 使用单片机控制的EEPROM24C02来对机器的使用次数进行计数-Using the MCU control EEPROM24C02 to use the machine to count the number of
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1407
    • 提供者:litianya
  1. STC89C52RC-DEMO

    0下载:
  2. 压缩包里是我买51学习板时赠送的程序(所用芯片是:STC89C52RC).里面包含IO口输入输出、流水灯、静态动态数码管显示、按键扫描、定时器、中断、PWM、EEPROM24c02、红外解码数码管显示、无源蜂鸣器、与电脑串口通信、电子温度计、1602液晶屏显示等演示程序.对初学51单片机的朋友很有帮助-Compression bag that I bought 51 boards to learn the procedures presented (the chip is: STC89C52RC
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:481651
    • 提供者:lxf
  1. EEPROM24C02

    0下载:
  2. 程序可以实现对EEPROM24C10的基本读写操作。-Program can read and write operations on the basic EEPROM24C10.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:18616
    • 提供者:瑾瑜
  1. EEPROM24c02

    0下载:
  2. 单片机控制的24LC02的EEPROM的读写程序!-MSC-51 control the program of the 24LC02 eeprom.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:17018
    • 提供者:王建波
  1. LM3S811-EEPROM24C02

    0下载:
  2. 基于LM3S811的EEpROM读写程序,通过I2c总线读写数据,-Based LM3S811 of EEpROM literacy program, by I2c bus read and write data,
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:359605
    • 提供者:祝林
  1. 51MCU-and-EEPROM_24C02

    0下载:
  2. 51单片机和存储器EEPROM24C02的连调程序,已经通过。-51 of the microcontroller and memory EEPROM24C02 even tone program has been adopted.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:24748
    • 提供者:809089685
  1. EEPROM24c02

    0下载:
  2. 用51单片机实现EEPROM24c02的功能,C语言编程。-The function of the 51 single-chip microcomputer is used to implement EEPROM24c02, C language programming.
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:17635
    • 提供者:流水若冰
« 1 23 »
搜珍网 www.dssz.com