CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - SLAVE i2c

搜索资源列表

  1. I2C应用程序

    0下载:
  2. This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then r
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5.64kb
    • 提供者:江风
  1. LPC915-I2C-SLAVE

    1下载:
  2. LPC915的I2C模块配置为从机时的接口程序 可直接添加到工程里使用-LPC915 I2C module configuration from the plane at the interface can be directly added to the used in the project
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:王辉堂
  1. SlaveI2C

    1下载:
  2. 用于Slave I2C得读写,此代码针对特定得芯片,但对其他得芯片也有借鉴作用.-for literacy in this specific code in the chip. But on the other in the chip also be useful.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:280.4kb
    • 提供者:xieyi
  1. STM8单片机硬件I2C从方式

    0下载:
  2. STM8单片机硬件I2C从方式(I2C SLAVE)驱动代码,原创,3in1板上调试通过,未经产品使用验证。-STM8 microcontroller hardware I2C slave mode (I2C SLAVE) drive code, original, 3in1 board debugging, not production use authentication.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-11-14
    • 文件大小:53kb
    • 提供者:cwf
  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
    • 文件大小:93.35kb
    • 提供者:jiazhiping
  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
    • 文件大小:1kb
    • 提供者:feixing
  1. iic_uart

    0下载:
  2. I2C转UART,51单片机普通IO口模拟I2C从机,解决UART不够的问题-I2C switch to UART, 51 Microprocessor Analog IO port I2C slave address the problem of insufficient UART
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:46.23kb
    • 提供者:xingao
  1. i2c_slave

    0下载:
  2. I2C slave主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:16.03kb
    • 提供者:XJ
  1. I2CSLAVE

    2下载:
  2. LPC1114 I2C SLAVE例程,LPC11XX的I2CSLAVE接收的程序,很少见-LPC1114 I2C SLAVE routine, LPC11XX the I2CSLAVE receiving procedures are rare
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:13.81kb
    • 提供者:龙天
  1. SMBus

    1下载:
  2. c8051f340的 I2C 主从接口程序,通过调试的-c8051f340 the I2C master-slave interface program, through the debugging
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-04-08
    • 文件大小:29.75kb
    • 提供者:showme
  1. i2c-example

    0下载:
  2. MICROCHIP 實現I2C的 Master 端 (Firmware) 及 Slave 端 (Hardware) 相對應的程式範例 -err
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4.56kb
    • 提供者:陳嘉年
  1. i2c

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

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

    0下载:
  2. c8051f121 I2C例程,slave模式-c8051f121 i2c slave mode
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:3.67kb
    • 提供者:lee
  1. F12x_I2C_Slave_Multibyte

    1下载:
  2. c8051f121 I2C例程,slave模式 多字节块读写-c8051f121 i2c slave mode multibype read
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:4.11kb
    • 提供者:lee
  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
    • 文件大小:1.14kb
    • 提供者:
  1. SMBus

    1下载:
  2. Silabs C8051F330 Example code for I2C (Master & Slave)
  3. 所属分类:SCM

    • 发布日期:2015-03-31
    • 文件大小:31kb
    • 提供者:古小寶
  1. I2Csoft_to_UART_2313

    0下载:
  2. I2C (slave, software) to UART conveter, based on AT90S2313.-I2C (slave, software) to UART conveter, based on AT90S2313.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1.18kb
    • 提供者:Vitaly
  1. EM78F668N-GPIO-to-I2C

    1下载:
  2. 单片机GPIO TO I2C 程序,包括文档说明,头文件,绝对好用-Microcontroller GPIO TO I2C procedures, including documentation, header files, absolutely easy to use
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:100.57kb
    • 提供者:slr
  1. I2c-package

    0下载:
  2. 为对 I2C 从器件进行快速的正确的读写操作,设计虚拟I2C 总线操作平台软件 包本软件包是主方式下的虚拟I2C 总线软件包,只要用户给子程序提供几个主要的参数,即可轻松地完成任何 I2C 总线外围器件的应用程序设计-I2C slave device for the correct read and write operations faster, the design of virtual I2C bus platform package This package is the mai
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:67.03kb
    • 提供者:李玄清
  1. IO-I2C-MASTER-SLAVE

    1下载:
  2. STC 模拟I2C主机和I2C从机的程序,汇编实现。-STC 1T series MCU simulation I2C I2C master and slave, this compilation of resources is achieved.
  3. 所属分类:SCM

    • 发布日期:2014-04-16
    • 文件大小:2kb
    • 提供者:feixing
« 12 3 »
搜珍网 www.dssz.com