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

搜索资源列表

  1. i2c

    0下载:
  2. 用VHDL写的I2C控制器,可以读写EEPROM,比较经典。-Written with VHDL I2C controller, you can read and write EEPROM, more classic.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:3581
    • 提供者:wwww
  1. I2C

    0下载:
  2. I2c串口程序,实现I2c串口控制器功能,需要和epprom模块、信号发生器联合使用,该程序有应带信号功能。-I2c serial program achieve I2c serial controller functionality, needs and epprom modules, signal generators used in combination, the program has to be with a signal function.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:1997
    • 提供者:朱朱
  1. I2C

    0下载:
  2. VS2005寫的一個小程式,透過LPT介面模擬I2C通訊-VS2005 to write a small program, through the LPT I2C communications interface simulation
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:237663
    • 提供者:黄明龙
  1. i2c-IPcore

    0下载:
  2. 一个I2C 接口的verilog 代码,经过测试,可以用的-Verilog code for an I2C interface, tested, can be used
  3. 所属分类:Other systems

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

    0下载:
  2. I2C的 VHDL 源代码, 已经经过逻辑验证,并实际用在芯片设计中,作为一个模块,正常工作.-I2C the VHDL source code has been verified through logic, and actually used in the chip design, as a module to work.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:19883
    • 提供者:Jerd Hu
  1. i2c

    0下载:
  2. WinAVR SAMPLE CODE i2c bus microcontrollers
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:127388
    • 提供者:VVVV
  1. I2C

    0下载:
  2. SONIX单片机之I2C 软件,程序功能:写字节数据,将要保存的数字写人到epprom中以防掉电丢失
  3. 所属分类:assembly language

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

    0下载:
  2. lpc2114 I2C通信,ProTEUS仿真实例-lpc2114 I2C communication, ProTEUS simulation
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:113812
    • 提供者:任乐乐
  1. I2C

    0下载:
  2. STM32 KEIL I2C开发代码程序-STM32 KEIL I2C code development process
  3. 所属分类:SCM

    • 发布日期:2015-10-10
    • 文件大小:286720
    • 提供者:zz
  1. I2C

    0下载:
  2. this for i2c and connect to dsp
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:265471
    • 提供者:jojo
  1. i2c

    0下载:
  2. soft I2C module for MSP430 to communicate with Eeprom.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:3459
    • 提供者:Stefan Klein
  1. I2C

    0下载:
  2. 此源码为基于FPGA的实现I2C总线协议的程序,程序中实现了AT24C02的芯片的读写。-The source code for the FPGA-based implementation of I2C bus protocol of the program, the program is implemented to read and write AT24C02 chip.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:73149
    • 提供者:王强
  1. i2c

    0下载:
  2. 实现8位c51单片机的主机和从机的i2c通讯的源代码-C51 achieve 8-bit microcontroller i2c master and slave of the source code of communication
  3. 所属分类:SCM

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

    0下载:
  2. an I2C example for STM32
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1062974
    • 提供者:king
  1. I2C

    0下载:
  2. 基于FPGA实现的I2C接口设计,完整的代码,而且有完整的测试代码哦,可用ISE直接打开-FPGA-based implementation of the I2C interface design, complete code, and a complete test code, ISE can directly open,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2316976
    • 提供者:张小琛
  1. i2c

    0下载:
  2. 这是一个关于I2C总线的源代码,内部含有VHDL和Verilog两种格式的代码。-This is a source code on the I2C bus, the internal VHDL and Verilog formats containing the code.
  3. 所属分类:VHDL-FPGA-Verilog

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

    1下载:
  2. I2C/IIC 总线接口驱动,在Altera和Xilinx的FPGA上跑过,Verilog编写,Craftor原创。V1.1。代码中还包含了24C02的读写测试程序,可直接用。-I2C/IIC Bus Driver, written in Verilog, v1.1. By Craftor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:2513
    • 提供者:Craftor
  1. I2C

    0下载:
  2. 本源代码中用Verilog HDL语言编写了I2C的顶层及子模块文件,详细完整,并在Altera实验板上得以验证-primitive code discribe the I2C s function using the Verilog HDL language, the code are particular and integrity,moreover it has been validated in the altera FPGA and passed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:18216
    • 提供者:蔡德胜
  1. I2C

    0下载:
  2. STM32F10 cortex-m3对I2C总线的设置初始化,与相关操作-STM32F10 cortex-m3 set of I2C bus initialization, and related operations
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4349
    • 提供者:zhoujin
  1. SHT11-I2C

    0下载:
  2. 温湿度传感器SHT15,其I2C接口与单片机相连,用单片机模拟I2C信号,来进行控制。-Temperature and humidity sensors SHT15, the I2C interface connected to Microcontroller with I2C microcontroller analog signals to control.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:211258
    • 提供者:liusi
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com