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

搜索资源列表

  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. 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. I2C.rar

    0下载:
  2. FPGA实现模拟I2C协议的过程,包括三个模块,i2c_master_bit_ctrl.v完成位传输功能、i2c_master_byte_ctrl.v完成字节传输功能,i2c_master_top.v完成整个程序的控制功能,并提供给外部程序的接口。 ,I2C Analog FPGA implementation of the Protocol process, including the three modules, i2c_master_bit_ctrl.v achieve bit tran
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:11625
    • 提供者:leo
  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. doc8.rar

    0下载:
  2. 片机模拟I2C总线及24C02(I2C EEPROM)读写实例(源代码) ,machine simulation I2C Bus and 24C02 (I2C EEPROM) literacy examples (source code)
  3. 所属分类:SCM

    • 发布日期:2017-11-08
    • 文件大小:1997
    • 提供者:毕晓宇
  1. i2c-gpio

    0下载:
  2. linux中内核模块gpio模拟i2c,可以不用自带的i2c程序,减少使用cpu资源-linux kernel module in the simulation gpio i2c, i2c can not own procedures, reduce the use of cpu resources
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:1819
    • 提供者:小华
  1. I2C-slave

    3下载:
  2. 模拟I2C主机的比较多,模拟I2C从机的资源不多,从机相对主机而言要难一些,这个供大家借鉴。 这个从机程序支持主机对它的随机写和随机读,连续读和连续写没做。-Simulation I2C host more, simulation I2C slave modest resources, from the host machine is relatively more difficult in terms of some of this for your reference. The hos
  3. 所属分类:SCM

    • 发布日期:2016-11-16
    • 文件大小:1024
    • 提供者:feixing
  1. SHT21_CODE

    0下载:
  2. SHT21为湿度感应芯片,提供中文版PDF 单片机AVR 使用模拟I2C接口,与SHT21通信 代码测试OK。 -SHT21 the humidity sensor chip, providing the Chinese version PDF AVR microcontroller using the I2C interface, analog, and SHT21 communications code test OK.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:399874
    • 提供者:陆生
  1. VC-ZMD31050

    0下载:
  2. 用C++通过计算机并口读取ZMD31050智能传感器芯片的数据,采用模拟I2C端口的方式。-Using C++ through the computer parallel port ZMD31050 smart sensor chip to read the data, the use of simulation methods I2C port.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:13033
    • 提供者:wangzh_2002
  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
    • 文件大小:14122
    • 提供者:王先生
  1. 7290a

    0下载:
  2. 本模拟I2C软件包包含了I2C操作的底层子程序,使用前要定义 好SCL和SDA。在标准8051模式(12 Clock)下,对主频要求是不高于12MHz(即1个 机器周期1us) 若Fosc>12MHz则要增加相应的NOP指令数。(总线时序符合I2C标 准模式,100Kbit/S)。-The simulation package includes I2C operation of the bottom of I2C subroutines, use the former t
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:20326
    • 提供者:huanghua
  1. wnz

    0下载:
  2. 基于AVR单片机设计实现一个家居环境的万年历挂钟,AT90S8535通过模拟i2c总线与时钟芯片连接-AVR single-chip design based on the realization of a home environment calendar clock, AT90S8535 by simulating i2c bus and clock chip connection
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:59294
    • 提供者:董志疆
  1. PCF8563TIIC

    0下载:
  2. 1. I2C总线驱动程序(用两个普通IO模拟I2C总线) 2.包括100Khz(T=10us)的标准模式(慢速模式)选择, 3. 和400Khz(T=2.5us)的快速模式选择, -1. I2C bus driver (with two common I2C bus IO simulation) 2. Including 100Khz (T = 10us) standard mode (slow mode) choice, 3. And 400Khz (T = 2.5us) the
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:2625
    • 提供者:杨小波
  1. SENSOR

    0下载:
  2. 用LPC2136测试三维加速度传感器mma7456,用模拟I2C实现通信-Three-dimensional acceleration sensor with the LPC2136 test mma7456, simulated I2C for communication
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:275007
    • 提供者:王颖
  1. i2c

    0下载:
  2. 模拟I2C功能。 I2C从机模式-Simulate I2C functions. I2C slave mode
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:13126
    • 提供者:star
  1. test_pcf8536

    0下载:
  2. ATMEGA168V pcf8563时钟芯片,用io口模拟i2c-atmega168 pcf8563
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3608
    • 提供者:黄窘
  1. STM32F107ZLG7290

    1下载:
  2. stm32f107 模拟I2C 读写ZLG 7290 也可读写24C-stm32f107 simulated I2C read and write ZLG 7290 can also read and write 24CXX
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-20
    • 文件大小:4135
    • 提供者:金荣
  1. gpio-i2c

    0下载:
  2. gpio-i2c 海思平台上3511-3520用io口模拟i2c在linux驱动,里面有很清楚的i2c时序-gpio-i2c Hisilicon platform 3511-3520 simulated with the io port i2c driver in linux, which has a very clear i2c timing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:4353
    • 提供者: 覃仁往
  1. 117143173PIC-i2C

    0下载:
  2. pic单片机的模拟I2C通信 供大家参考!-pic microcontroller analog I2C communications for your reference!
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:3679
    • 提供者:王立志
  1. I2C

    2下载:
  2. 基于STM32 (ARM Cortex M3)的模拟I2C读写程序-Based on the STM32 (ARM Cortex M3) analog I2C read and write procedures for
  3. 所属分类:SCM

    • 发布日期:2014-09-13
    • 文件大小:261786
    • 提供者:许玲燕
« 1 23 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com