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

搜索资源列表

  1. AT24XX_Driver_for2402_2404_2408_2416

    0下载:
  2. 通用的AT24XX系列存储器驱动程序,AT2402,AT2404,AT2408,AT2416,AT2432通用,I2C总线方式-common memory AT24XX Series drivers, AT2402, AT2404. AT2408, AT2416, AT2432 GM, I2C bus way
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:20.69kb
    • 提供者:何创新
  1. CAT24WCxxx

    0下载:
  2. AT2402的中文说明文档,里面详细的介绍了串行FLASH的应用。-AT2402 Chinese documentation, which provides detailed descr iptions of the serial FLASH application.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:443.46kb
    • 提供者:慷慨
  1. EEPROM-at2402

    0下载:
  2. 24c02 通用子模块源代码,不好用你找我。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:徐文平
  1. SPI

    0下载:
  2. pic18f4580的spi接口通讯程序,具体实现对AT2402的读写。-the pic18f4580 the spi interface communication program specific read and write on the AT2402.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:9.26kb
    • 提供者:
  1. AT24C02test

    0下载:
  2. AT2402测试程序,该程序使用模拟2IC读写AT2402串行存储器数据 -AT2402 test program using simulated 2IC to read and write data on serial memory AT2402
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1.73kb
    • 提供者:何凡
  1. I2C

    0下载:
  2. /* 51系列单片机在使用时,有时需要模拟I2C总线, */ /* 这里举出一个实例(读写串行EEPROM芯片at2402) */-/* 51 Series single-chip, when used, is sometimes necessary to simulate I2C bus,*//* here to cite a concrete example (read and write serial EEPROM chip at2402)* /
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:13.79kb
    • 提供者:王先生
  1. 24c256_Diver

    1下载:
  2. #include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256} enum eepromtype enumer u
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2.69kb
    • 提供者:Tnavy
  1. 51i2c

    0下载:
  2. 51系列单片机在使用时,有时需要模拟I2C总线,这里举出一个实例(读写串行EEPROM芯片at2402)-51 Series MCU in use, is sometimes necessary to simulate I2C bus, to quote one instance (read and write the serial EEPROM chip at2402)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:1.68kb
    • 提供者:王丽
  1. lcd_at2402

    0下载:
  2. 51单片机的液晶和at2402接合,密码检测-51 Single-chip LCD and at2402 bonding, password detection
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:35.01kb
    • 提供者:魏华
  1. AT24C02

    0下载:
  2. 此实验为AT2402实验。从地址0x80开始写入0到9,然后再从AT24C02中读入,把读取的数据发往串口。-This experiment was AT2402 experiment. Starting from address 0x80 write 0 to 9, and then read from the AT24C02 in to read the data sent to the serial port.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1.41kb
    • 提供者:eltian
  1. I2Cdrive

    0下载:
  2. 目前比较流行的一种通信协议------I2C总线协议(AT2402),里面包含此协议的通信规则,驱动lcd1602显示时钟,并且在断电后依然保存数据,省去再调烦恼。-A current popular communication protocols------ I2C bus protocol (AT2402), which contains the rules of this agreement, communication, drive lcd1602 show the clock, and
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1.25kb
    • 提供者:dahai
  1. at2402

    0下载:
  2. at2402虚拟仿真,基于c51,仅供学习之用,欢迎大家讨论-at2402 at89c51
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:89.49kb
    • 提供者:shaokt
  1. EEPROM

    0下载:
  2. 熟悉并掌握(存储芯片AT2402)的操作,有保存和读取操作 了解掌握I2C总线接口的工作原理及一般编程方法。-Familiar with and master (memory chips AT2402) operations, read operations are stored and understand the working principle of I2C bus interface and general programming.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:34.85kb
    • 提供者:TKW
  1. AT24C02I2C

    0下载:
  2. AT24C02的I2C实验.此实验为AT2402实验。从地址0x80开始写入0到9,然后再从AT24C02中读入,把读取的数据 发往串口。-The I2C AT24C02 experiment. This experiment AT2402 experiments. Starting from address 0x80 write 0 to 9, and then reads from the AT24C02 to read data sent to the serial port.
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:17.81kb
    • 提供者:jary.zhao
  1. 2402

    0下载:
  2. AT2402的驱动程序使用I2C总线,向有子地址器件发送多字节数据函数-AT2402 driver using the I2C bus, the device to a sub-address multi-byte data transmission function
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:779byte
    • 提供者:zheng
  1. EEPROM

    0下载:
  2. 存储芯片AT2402的操作,有保存和读取操作 了解掌握I2C总线接口的工作原理及一般编程方法。 -AT2402 memory chip operations, read operations are stored and understand the working principle of I2C bus interface and general programming.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:85.01kb
    • 提供者:刘雨辰
  1. EEPROM

    0下载:
  2. * 此例程学员更进一步地熟悉并掌握(存储芯片AT2402)的操作,有保存和读取操作 * 了解掌握I2C总线接口的工作原理及一般编程方法-* This routine is further to be familiar with and master students (memory chips AT2402) operation, a save and read operations* understand the working principle of the I
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:92.79kb
    • 提供者:罗帅
  1. EEPROM

    0下载:
  2. EEPROM读写实验,通过I2C进行读写 熟悉并掌握(存储芯片AT2402)的操作,有保存和读取操作 -EEPROM read and write experiments, read and write familiar with and through the I2C master (memory chips AT2402) operation, a save and read operations
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:820.44kb
    • 提供者:李亚猛
  1. [TEST76]IIC-AT24C02-1602(1)

    0下载:
  2. 用单片机任意I/0模拟I2C总线协议对AT2402芯片操作,懂PIC的人都晓得模拟的重要性-SCM any I/0 to simulate the operation of the I2C bus protocol on the AT2402 chip understand PIC all know the importance of simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:42.28kb
    • 提供者:纪宠兴
  1. 2402

    0下载:
  2. AT2402程序,是比较常用到的程序,供大家参考使用(AT2402 procedures, is commonly used procedures for your reference)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:56kb
    • 提供者:kang24
« 12 »
搜珍网 www.dssz.com