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

搜索资源列表

  1. ml0312_3

    0下载:
  2. I2C总线协议及其软件的实现,非常使用!!!!单片机用的-I2C bus protocol and software to achieve the very use! ! ! ! The MCU
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:28196
    • 提供者:李厘卡
  1. 基于149单片机的AT24C02(I2C协议)程序

    1下载:
  2. 基于149单片机的AT24C02(I2C协议)实验,CPU向IIC总线发送数据,之后再从IIC总线读取并显示在数码管上,实际上操作的是EEPROM.器件挂接在IIC总线上,写数据时,主机发送后得等到从机应答信号才能进行继续发数据,否则stop();读数据时,主机接收到从机数据时,得主机完成IIC总线的应答才能继续读取数据!!!
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-11-01
    • 文件大小:33602
    • 提供者:SuperwarriorOne
  1. STM32108PKT-I2C-E2PROM

    0下载:
  2. 本例程使用I2C2 来读写M24C02。 本例程使用校验I2C 总线状态的方式,来使的I2C 器件能可靠通行,然后 再根据I2C 协议,读写M24C02,SysTick 用于通信超时控制。 其中,PB10为I2C2 的时钟脚,PB11为I2C2 的数据脚,都配置为复合 功能开漏输出。 -The routine use I2C2 to read and write M24C02. The routine use check the stat
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-25
    • 文件大小:29531
    • 提供者:zhangxuezhi
  1. iic.rar

    0下载:
  2. 基于I2C总线协议,该程序用VHDL编写了该协议的源代码,运行环境为ISE,modesim,Based on the I2C bus protocol, the procedures used to prepare the protocol VHDL source code, runtime environment for the ISE, modesim
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:262149
    • 提供者:马高望
  1. driver-code

    0下载:
  2. 多点触摸电容屏android I2C总线协议驱动源代码-driver codes of Multitouch screen with android
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:6493
    • 提供者:asdfg
  1. FOSVOSGM7113

    0下载:
  2. 51单片机和GM7113的硬件连接非常简单,只要把单片机的两个I/O口(如P1.0、P1.0)直接和GM7113的SCL、SDA管脚相连,再加上上拉电阻即可。   用单片机初始化GM7113的主要任务是程序的编写,首先要熟悉I2C总线协议,根据I2C总线的原理写出启动、停止、应答信号等的子程序,由子程序再写出发送、接收1个字节的程序,然后根据GM7113的寄存器操作格式写出读写寄存器的程序,最后根据以上的子程序写出初始化GM7113的程序段。 -51 Single-chip and ha
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:4240
    • 提供者:刘星星
  1. i2c_bus_cn

    0下载:
  2. I2C总线协议(中文版),很好的基础文档-I2C bus protocol (Chinese version), the basis of good documentation
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:782257
    • 提供者:cheng
  1. I2C

    0下载:
  2. 介绍以51单片机为基础,用IO口模拟I2C总线,对认识I2C的传输协议有一定帮助-Introducing I2C bus based on the 51 microcomputer.it is useful to help you understand the I2C transport protocol
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:8742
    • 提供者:
  1. I2C_Protocol_cn

    0下载:
  2. 详细的I2C总线协议中文版 包括协议的具体内容和应用 -I2C Protocol Chinese edition ,including the Protocol in detail and the applications
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:782514
    • 提供者:mich
  1. UsingI2CBus

    0下载:
  2. i2c总线协议说明,有兴趣朋友可以看看。-use codewarrior Guide
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:100571
    • 提供者:李兴鹤
  1. progammingonline

    0下载:
  2. 详细说明利用并口模拟I2C总线协议,实现Myson MTV230芯片的在线编程(ISP)过程,以及利用PC机的串口通信实现Winbond W78E516B的在线编程(ISP)过程;阐述PC机的串口与并口在单片机开发中的应用。-Detailed descr iption of the use of parallel simulation of I2C bus protocol to achieve Myson MTV230 chip circuit programming (ISP) proces
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:119224
    • 提供者:eric
  1. MSP430_IO_to_I2C

    0下载:
  2. I2C总线是双向、两线(SCL、SDA)、串行、多主控(multi-master)接口标准,具有总线仲裁机制,非常适合在器件之间进行近距离、非经常性的数据通信。在它的协议体系中,传输数据时都会带上目的设备的设备地址,因此可以实现设备组网。-MSP430 commom IO port implement I2c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:4212
    • 提供者:Mr. kong
  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. 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
    • 文件大小:1285
    • 提供者:dahai
  1. avr_I2c

    0下载:
  2. 这个资料是基于AVR M16芯片的I2C总线协议的实现程序。-This information is based on the AVR M16 chip I2C bus protocol implementation procedures.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:1119
    • 提供者:赖雄辉
  1. ARM7I2C

    0下载:
  2. 飞利浦ARM7编写的I2C总线协议,开发环境是ADS1.2-ARM7 Philips I2C bus protocol prepared by the development environment is ADS1.2
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:101701
    • 提供者:wenzi
  1. 24c16

    0下载:
  2. CAT24WC01/02/04/08/16 支持I2C 总线数据传送协议I2C 总线协议规定任何将数据传送到总线的 器件作为发送器任何从总线接收数据的器件为接收器数据传送是由产生串行时钟和所有起始停止信 号的主器件控制的主器件和从器件都可以作为发送器或接收器但由主器件控制传送数据发送或接 收的模式通过器件地址输入端A0 A1 和A2 可以实现将最多8 个24WC01 和24WC02 器件4 个 242C04 器件,2 个24WC08 器件和1 个24WC16 器件连接到总线上-t
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:453792
    • 提供者:曹宇豪
  1. sy10(2)

    0下载:
  2. 基于AT89C52,利用C语言变成实现了I2C总线协议,数据显示利用LCM1602液晶显示,程序有注解!-Based on AT89C52, implemented using C language into I2C bus protocol, the data show that using LCM1602 liquid crystal display, the program has comments!
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:71827
    • 提供者:lwqq
  1. i2c_p_altera

    0下载:
  2. Alter 公司的I2C总线协议 VHDL语言实现 附有详细的说明 可以直接调用-Alter the company of I2C bus agreement VHDL language realization with detailed instructions can directly calls
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-09
    • 文件大小:2253632
    • 提供者:刘苇
  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 2 3 45 6 7 »
搜珍网 www.dssz.com