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

搜索资源列表

  1. cmd128

    0下载:
  2. 51系列的双CPU通过模拟I2C总线通信的例程。 文件格式为MSC-51 ASM.-51 series of dual-CPU simulation I2C bus communication routines. File format for the MSC-51 ASM.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3922
    • 提供者:ldh2006
  1. I2CW_R

    0下载:
  2. 绝对好用的I2C读写程序(已通过测试),51 系列模拟I2C 总线主控器驱动程序-absolute and easy to read and write I2C (have passed the tests), 51 simulated master I2C Bus Driver
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2112
    • 提供者:杨奇
  1. I2C_C51

    0下载:
  2. 模拟I2C总线通信的C51协议,很好用的喔!-simulation I2C bus communication C51 agreement with the good!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7143
    • 提供者:
  1. I2C_bit_C51

    0下载:
  2. 模拟I2C总线通信协议,位方式,C51编程,很好用的喔!-simulation I2C bus communication protocols, bit, C51 programming, the good!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:10805
    • 提供者:
  1. I2C_bit_ASM

    0下载:
  2. 用ASM编写的模拟I2C通信软件,位方式,很好用的喔!-prepared by the simulation I2C communications software, place, the good!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5124
    • 提供者:
  1. 6752

    0下载:
  2. philips的MPEG2编码芯片SAA6752的驱动程序源码,用单片机模拟I2C实现-MPEG2 encoding Philips SAA6752 chip driver source code MCU achieve simulation I2C
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:4440
    • 提供者:吴雄峰
  1. 7115

    0下载:
  2. 这也是PHILIPS系列A/D解码芯片SAA7115的驱动程序源码,用单片机模拟I2C实现读写操作-series A / D SAA7115 decoder chip driver source code MCU achieve simulation write I2C
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:7590
    • 提供者:吴雄峰
  1. ds1624cprogram

    0下载:
  2. 由于DS1624是I2C总线结构的串行数据传送,它只需要SDA和SCL两根线完成数据的传送过程。因此,我们在进行程序设计的时候,也得按着I2C协议来对DS1624芯片数据访问。有关I2C协议参看有关资料,这里不详述。对于AT89S51单片机本身没有I2C硬件资源,所以必须用软件来模拟I2C协议过程。 要从DS1624中读取温度值,首先启动DS1624的内部温度A/D开始转换,对应着有相应的命令用来启动开始温度转换,有关DS1624的指令集参考前面的叙述。一般情况下,DS1624经过一次温度
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1702
    • 提供者:花花
  1. MSP430_IIC_Virtual

    1下载:
  2. 这是一个在MSP430单片机上,用I/O模拟I2C接口的程序。里面还包含了一个对RTC芯片DS1337的操作。已经调试成功并可以使用-the MSP430, using I / O simulation I2C interface. They also include one pair of DS1337 RTC chip's operation. Debugging has been successful and can use
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3332
    • 提供者:陈根潮
  1. I2Chuibianchengxu

    0下载:
  2. 在PC上用并行口模拟I2C总线的汇编程序,可以使用。-used on the PC parallel port simulation I2C bus assembler, can be used.
  3. 所属分类:并口编程

    • 发布日期:2008-10-13
    • 文件大小:2073
    • 提供者:ljc
  1. 7290C-datebase

    0下载:
  2. 此软件包包含了模拟I2C C51程序软件包和ZLG7290的C51程序然后包。 软件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (无子地址)写单字节数据 (现行地址写) (2) bit IRcvByte(uchar sla,uchar *c) (无子地址)读单字节数据 (现行地址读) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)读N字节数据
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13491
    • 提供者:梁立林
  1. 51analogI2C

    0下载:
  2. 51 系列模拟I2C 总线主控器驱动程序指明I2C 最后的数据传送失败应该重复操作-51 simulated I2C bus master I2C driver specified the final data transmission failure should repeat operating
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2025
    • 提供者:yws
  1. I2Cgeneral

    0下载:
  2. I2C通用程序可以用于C51单片机的模拟I2C通讯,-I2C common procedures C51 microcontroller can be used for the simulation I2C communications.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1232
    • 提供者:江天
  1. LPT_I2C_ADuC

    1下载:
  2. CVI 环境,按照Analog公司提供的通信协议,利用并口模拟I2C总线.编写的ARM7内核芯片ADuC702x下载软件,-CVI environment, in accordance with the company's Analog Communication Protocol, Parallel simulation using I2C bus. prepared by the ARM7 core chips ADuC702x downloading software
  3. 所属分类:并口编程

    • 发布日期:2008-10-13
    • 文件大小:756515
    • 提供者:张涛
  1. i2c(FPGA)

    2下载:
  2. 基于FPGA的I2C总线模拟,采用verilog HDL语言编写。-FPGA-based I2C bus simulation, using verilog HDL language.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:212859
    • 提供者:李浩
  1. MSP430f13x_IIC

    0下载:
  2. 基于MSP430F13X系列16位单片机,实现的软件IO方式模拟I2C协议的C源码,已编译通过,并经过实际测试。希望对各位做嵌入式开发的朋友有所帮助。-based MCU Series 16 microcontroller, Implementation of the software IO simulate I2C agreement C source code, compiled through, and after the actual test. Do you want to devel
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2465
    • 提供者:王阿蒙
  1. I2C-in-CPLD

    0下载:
  2. I2C在CPLD上的模拟实现源程序,用C语言编写而成-I2C CPLD in the simulation source code, C language prepared! !
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:于向鹤
  1. BC-I2C

    0下载:
  2. 并口的EPP模式模拟IIC接口,可以用两线或者三线IIC,很好用的哦-EPP parallel port IIC interface simulation model that can be used two or three lines line IIC, oh, the good
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:604157
    • 提供者:JackTong
  1. I2Cread_write_C51

    0下载:
  2. 开发平台为Keil Cx51, 51 系列模拟I2C 总线主控器驱动程序,已测试,相信会对大家有价值-development platform for Keil inverter, 51 simulated BSM I2C bus driver, tested, we believe, will value
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2072
    • 提供者:a
  1. 24C02(I2CEEPROM)

    1下载:
  2. 单片机模拟I2C总线及24C02(I2C EEPROM)读写实例(源代码)-microcontroller simulation I2C Bus and 24C02 (I2C EEPROM) literacy examples (source code)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-14
    • 文件大小:6063
    • 提供者:胡翠香
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 41 »
搜珍网 www.dssz.com