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

搜索资源列表

  1. IIC

    0下载:
  2. 标准80C51单片机模拟I2C总线的主机程序.根据PHILIPS I2C总线协议编写。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3349
    • 提供者:赵忠
  1. rtc

    0下载:
  2. 实时时钟驱动,用于实现对RTC实时时钟的访问,也遵循IIC总线协议
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2646
    • 提供者:huode
  1. IICstudy

    0下载:
  2. 利用visual basic的mscomm控件中的二个属性控制PC机串口电平模拟IIC总线协议
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:2595
    • 提供者:张桥平
  1. shtxx

    1下载:
  2. 用mega8写的SHTXX系列温湿度芯片的驱动程序,模拟IIC总线协议
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3899
    • 提供者:lzd
  1. i2c_cores

    0下载:
  2. IIC总线协议,VHDL语言编写,可以直接使用-IIC bus protocol, VHDL language can be used directly
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:21087
    • 提供者:李无志
  1. At24Cxx

    0下载:
  2. IIC总线协议源码(AT24CXX芯片)-IIC bus protocol source (AT24CXX chip)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:2653
    • 提供者:
  1. DataPeek

    0下载:
  2. 基于at89s52单片机的模数转换c51源程序。单片机与模数转换模块PCF859相连,总线协议为iic。单片机与上位机用串口线相连,传输速率为9600bps。可实现模数转换模块与电脑端的通信。可在PC端用串口调试软件方便地对PCF859进行实验。-AT89S52-based single-chip analog-digital conversion of the C51 source. Microcontroller and analog-digital conversion module co
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1780
    • 提供者:Corf
  1. 1233

    0下载:
  2. IIC总线的应用!本程序在测试实验中应用过!有别于网上常见的IIC协议程序!-IIC bus application! The procedures applied in the testing laboratories have been! Is different from the common Internet protocol procedures IIC!
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:3112
    • 提供者:张晓
  1. i2cBus

    0下载:
  2. 中英文的IIC总线协议描述,标准的IIC总线标准,对开发嵌入式和单片机外围的IIC总线外围模块很有帮助-Chinese and English descr iption of the IIC bus protocol, the standard IIC bus standard, the development of embedded and external IIC bus single-chip peripheral modules helpful
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1047312
    • 提供者:小药
  1. 24c02

    0下载:
  2. 读写24C02程序 最经典最简单的IIC总线协议例子,本程序遵循IIC协议,对24C02进行读写操作,支持连续读 写多个字节,开始地址可变,本程序开始将一个已知数写入IIC的一个位置,随后读出他,看 是否正确,如果正确则蜂鸣器发出叫声。-Classic 24C02 procedures to read and write the simplest example of IIC bus protocol, the procedures followed IIC agreem
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:483277
    • 提供者:杨平
  1. 17

    0下载:
  2. IIC协议,是IIC总线的一个协议,用汇编做的-IIC
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:665
    • 提供者:
  1. I2C

    0下载:
  2. 基于IIc总线协议,通过单片机控制,模拟IIc时序,替代硬件,具有很好的效果。具有掉电记忆功能,。-IIc-based bus protocol, through the SCM control, analog IIc timing, replace the hardware, with good results. With a power-down memory function,.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:64666
    • 提供者:赵永
  1. libIIC

    0下载:
  2. 通用的IIC总线时序控制程序,解析了IIC总线协议的最核心部分,实际使用的时候根据不同的器件来进行应用扩展,程序中附带了扩展示例。-IIC Bus Timing common control procedures, analysis of the IIC bus protocol, the core part of the actual use of the device when carried out according to different application expansion,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1380
    • 提供者:沉沦
  1. IIC_2410

    0下载:
  2. 该程序是基于在ARM2410开发板上实现了IIC总线协议。-The program is based on the ARM2410 development board realized the IIC bus protocol.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:48122
    • 提供者:赖雄辉
  1. I2C

    0下载:
  2. 详细介绍了IIC总线协议的软件实现,源代码并带有详细的解释。-IIC bus protocol described in detail the software, source code, with a detailed explanation.
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:10232
    • 提供者:闫伟
  1. I2C

    0下载:
  2. 8051 汇编程序 虚拟IIC总线协议,出自ZLG开发板-8051 assembler virtual IIC bus protocol development board from ZLG
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:68719
    • 提供者:pigeoon
  1. iictest

    0下载:
  2. iic总线协议,以及与单片机读写程序实例-iic bus protocol, and instances to the microcontroller to read and write
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:17820
    • 提供者:pat
  1. Common_EEPROM24c02

    0下载:
  2. EEproom 24c02驱动代码。Keil环境下C51编写,51单片机实现驱动,IO口模拟IIC总线协议,通用性较好,调试通过!-EEproom 24c02 driver code. Keil C51 prepared environment, 51 MCU drives, IO port analog IIC bus protocol, common good, debugging through!
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:561670
    • 提供者:Andrew
  1. iic

    0下载:
  2. 我自己写的verilog ,实现iic总线的协议,分为带存储和不带存储两种。内部有测试代码程序,用modelsim仿真通过的。谢谢大家。-I write verilog, to achieve iic bus protocol is divided into storage and without storage with two. Thank you.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:3423
    • 提供者:einstein
  1. 24c08

    0下载:
  2. 24c08的读写控制程序,能够实现单字节读写和连续读写。其中的iic程序模块可以供任何符合iic总线协议的场合使用。-24c08 read and write control procedures, to achieve single-byte read and sequential read and write. Iic program modules which can be used for any line iic bus protocol to suit the occasion.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:20068
    • 提供者:jack
« 1 23 4 »
搜珍网 www.dssz.com