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

搜索资源列表

  1. I2C

    0下载:
  2. 基于WINCE的S3C2440的IIC驱动,只要捎加修改就可以使用-The S3C2440 based on WINCE the IIC driver, as long as take along can be used unmodified
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:34187
    • 提供者:tangzhi
  1. IIC-2450x

    0下载:
  2. 该文件为IIC-2450通信码源,用于实现2450开发板通信的驱动。-This document gives IIC-2450 communications code source development board used to implement communication drivers 2450.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:30060
    • 提供者:谢守鹏
  1. Design_and_Implementation_of_IIC_Drivers_Based_on_

    0下载:
  2. 摘要:为了设计出稳定可靠的驱动程序,首先介绍 IIC 总线数据传输的时序和嵌入式 Linux 系统驱动程序的框架结构, 然后分 析了基于 ARM9 嵌入式 Linux 系统 IIC 设备驱动程序设计的技术难点及解决方法, 最后介绍了基于 X1227 芯片 EEPROM设 备驱动程序的实现步骤。-Abstr act:To design credible drivers, first introduces the time sequence of data transmission on I
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:139922
    • 提供者:huitng
  1. IIC

    0下载:
  2. ATMEL AT24CXX 存储器驱动程序, /* 一个通用的24C01-24C256共9种EEPROM的字节读写操作程序*/-ATMEL AT24CXX memory driver, /* a generic 24C01-24C256 A total of nine kinds of EEPROM byte read and write operating procedures* /
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1831
    • 提供者:csl
  1. AVRIIC

    0下载:
  2. AVR 模拟IIC驱动,可用于操作iic接口器件-AVR IIC driver
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2921
    • 提供者:尚江龙
  1. i2c-dev-zlg7290led

    0下载:
  2. 基于Linux 2.6x内核的IIC驱动程序,实验平台三星 S3C2440-IIC driver based on Linux kernel 2.6x,core board Samsung S3C2440
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:4128
    • 提供者:朱煜鹏
  1. I2C

    0下载:
  2. wince 5.0 iic的驱动,周立功-wince 5.0 iic driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:34160
    • 提供者:沈跃嘉
  1. 8563T_AT917S64

    0下载:
  2. RTC PCF8563T AT91SAM7S64驱动 模拟IIC总线通信-RTC PCF8563T AT91SAM7S64 IIC
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:602614
    • 提供者:xylss
  1. IIC

    0下载:
  2. 此文件是LINUX下IIC的驱动例程,是用C语言开发的。-This file is under the IIC LINUX driver routine is developed using C language.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. iic总线驱动芯片的程序 51单片机测试通过-iic bus driver chip microcontroller program tested 51
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:50311
    • 提供者:张子健
  1. iic

    0下载:
  2. 通过24c02的驱动是单片机能够正确的写入和读取其中的数据,起到与单片机准确通信的作用-The drive is through the 24c02 microcontroller can correctly write and read data which has played the role of communication with the microcontroller accurately
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:992
    • 提供者:黑旋风
  1. MCX62021

    0下载:
  2. mega128模拟IIC驱动MXC128-mega128 simulation IIC driver MXC128
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-06
    • 文件大小:27661
    • 提供者:panda
  1. 12_TWI(IIC)

    0下载:
  2. I2C传送协议的驱动程序,I2C又叫TWI-I2C transmission protocol driver, I2C called TWI
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:25228
    • 提供者:听风吹雨
  1. 24c256

    0下载:
  2. 24lc256 c 语言源码,iic驱动。-24lc256 c,iic。
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2421
    • 提供者:yangwei
  1. 24C02

    0下载:
  2. 串行总线IIC驱动程序代码 EEPROM-24C02驱动程序代码-IIC serial bus driver code EEPROM-24C02 driver code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:2396
    • 提供者:XSL
  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. verilogiic1121

    0下载:
  2. 代码中分了两个模块,iic_com模块除了执行和IIC通信有关的代码设计外,还有案件检测部分;而led_seg7模块只是驱动数码管显示从EEPROM指定地址读出的数据。-Code carved the two modules, iic_com IIC communication module in addition to the implementation and design of the code, there are some cases of detection and led_se
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:139085
    • 提供者:lishaohui
  1. BSP

    0下载:
  2. S3C2410的BSP,其中包含USB,IIC等常用驱动。-BSP for S3C2410,Include:USB driver,IIC driver and so on
  3. 所属分类:USB develop

    • 发布日期:2017-05-17
    • 文件大小:4858083
    • 提供者:黄国臣
  1. TWI(AT24C02)

    0下载:
  2. TWI(AT24C02).rar为ATMEL MEGA32L IIC驱动源代码。-TWI(AT24C02).rar is ATMEL MEGA32L driver soursecode.
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:1422409
    • 提供者:胡嘉龙
  1. 666

    0下载:
  2. 模拟IIC驱动AT24C02数据存储试验,希望能有帮助-IIC data storage drive AT24C02 simulation tests, hoping to help
  3. 所属分类:SCM

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