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

搜索资源列表

  1. CYGNAL_PRJ.rar

    1下载:
  2. 硬件平台:C8051F314 包括键盘扫描程序,I2C通讯MASTER模式、SLAVE模式,ONE WIRE串行通讯驱动(用于DALAS公司的器件)。,Hardware platform: C8051F314 including keyboard scanning process, I2C communications MASTER mode, SLAVE mode, ONE WIRE serial communication driver (for DALAS the company
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:95588
    • 提供者:jiazhiping
  1. ARM_GPIO_I2C.rar

    0下载:
  2. 用ARM芯片GPIO模拟I2C程序,能在51或ARM使用,GPIO with ARM chip I2C simulation procedures can be used in 51 or ARM
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:2897
    • 提供者:snb
  1. I2C.rar

    0下载:
  2. MPC8548上I2C控制器的初始化,读写单个字节,连续读写多个字节等函数.调试通过,觉得可用。,I2C controller on the MPC8548 initialization, read and write a single byte, multiple bytes, such as reading and writing continuous function. Debug through that can be used.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:16276
    • 提供者:李洁
  1. i2c_eeprom.rar

    0下载:
  2. TMS320F28335 E2PROM例程,通信方式I2C,TMS320F28335 E2PROM routines, means of communication I2C
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-24
    • 文件大小:131948
    • 提供者:张光新
  1. gpio_i2c.rar

    0下载:
  2. GPIO模拟I2C源代码,在实际的应用中,可以稳定的运行,不可多得.,GPIO Analog I2C source code, in practical applications, can run a stable, hard to come by.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2489
    • 提供者:袁培锋
  1. 24C02.rar

    2下载:
  2. MSP430读写24C02模拟IIC程序和硬件I2C程序,MSP430 I2C 24C02
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-11-14
    • 文件大小:4680
    • 提供者:江湖小虾
  1. LPC2378.rar

    2下载:
  2. smart2300平台全部驱动例程 LPC2378所有中间件,非常有用,可以移植到各操作系统,LPC2378 ADC I2C RTC UART SSP IrDA CAN I2S LCM SD USB
  3. 所属分类:SCM

    • 发布日期:2017-05-28
    • 文件大小:11086525
    • 提供者:xjy
  1. MSP430F149.rar

    1下载:
  2. MSP430F149芯片I2C模块EEPROM、KEYHDI2C、LEHDI2C的程序源代码,通过编译平台IAR4.02编译,完整源代码。,MSP430F149 chip I2C module EEPROM, KEYHDI2C, LEHDI2C the source code through the compiler to compile IAR4.02 platform, complete source code.
  3. 所属分类:SCM

    • 发布日期:2015-05-14
    • 文件大小:42764
    • 提供者:蒋宏洁
  1. i2c.rar

    0下载:
  2. 这是一个IIC的接口程序,是夏宇闻编的书《verilog 数字系统设计教程》的IIC的源码,很通俗易懂.rar,This is an IIC interface procedures for Xia Wen book " verilog Digital System Design Guide," the source of the IIC, it is easy to understand. Rar
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:2375394
    • 提供者:chao
  1. I2C_24C32.rar

    1下载:
  2. I2C通信存储芯片24C32的使用C源程序,支持8051系列单片机,用KeilC51编写,有连续读和连续写函数,可以对24C32进行连续写字节和连续读出字节,本程序在89C52单片机下测试通过。,24C32 memory chip I2C communication using the C source of support the 8051 series of single-chip, using KeilC51 prepared for a continuous period of time
  3. 所属分类:SCM

    • 发布日期:2016-06-25
    • 文件大小:1102
    • 提供者:nijinyun
  1. simple2.rar

    0下载:
  2. dsp dm6437的例程 bootloader,i2c等,dsp dm6437 routine bootloader, i2c, etc.
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:26775
    • 提供者:hgh
  1. I2C_protocol_chinese.rar

    0下载:
  2. I2C 协议标准中文版,协议的中文版本,内容基本上充实,供大家参考,I2C_protocol_chinese
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-02
    • 文件大小:782225
    • 提供者:shitou
  1. eeprom_i2c.tar.gz

    0下载:
  2. I2C EEPROM verilog simulation model,I2C EEPROM verilog simulation model
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:635208
    • 提供者:Ravi
  1. i2c

    0下载:
  2. 行数据线SDA和串行时钟线SCL。挂在I2C总线上的器件,都有唯一的地址。在一个进程中,通讯的双方分别是数据发送端(Transmitter)和数据接收端(Receiver),即主I2C(I2C-Master)和从I2C(I2C-Slave)。目前为止,Philips公司开发了包括超过150种CMOS和双极性兼容I2C总线的IC,所有符合I2C总线接口标准的的器件通过简单的双向双线总线,实现有效的IC之间控制和通讯。 I2C总线有严格的规范,如接口的电气特性、-Data line SDA an
  3. 所属分类:FlashMX/Flex

    • 发布日期:2016-12-23
    • 文件大小:460800
    • 提供者:wangss
  1. KT0830EG-short-antenna-1band-and-I2C

    4下载:
  2. KT0830EG(支持短天线)收音IC程序-包含I2C-自动判台-搜台,24C02存台。修改I2C宏定义接口移植到各单片机,调用对应功能函数即可实现单FM数字收音机的所有功能。-KT0830EG (supports short antenna) radio IC procedures- including I2C-automatic sub-station- station search, 24C02 storage units. I2C macro interface to modify th
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-10-21
    • 文件大小:12511
    • 提供者:廖竻棠
  1. I2C(SMBUS)

    1下载:
  2. I2C(SMBUS)协议标准的中文版本,供大家参考。-I2C (SMBUS) protocol standard of the Chinese version, for your reference.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:790159
    • 提供者:崔树新
  1. linux-i2c-eeprom

    1下载:
  2. 实现了s3c6410通过i2c总线对eeprom的读写-Achieved through s3c6410 i2c bus read and write to the eeprom
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:4280
    • 提供者:lj
  1. I2C

    0下载:
  2. I2C接口协议,通过51单片机IO口实现,C语言-I2C interface,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:1794
    • 提供者:Recky
  1. MSP430 F2121 用gpio模拟I2C的代码

    0下载:
  2. MSP430 F2121 用gpio模拟I2C的代码-Simulate I2C interface with gpio in MSP430 F2121
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-26
    • 文件大小:2292
    • 提供者:李认得
  1. stm32-I2C-read-EEPROM

    0下载:
  2. keil开发环境下,stm32 I2C 读取EEPROM-stm32 I2C read EEPROM
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:9949
    • 提供者:twk
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com