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

搜索资源列表

  1. IIC总线驱动程序

    0下载:
  2. i2c-core.c - a device driver for the iic-bus interface You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  3. 所属分类:嵌入式Linux

    • 发布日期:2009-06-23
    • 文件大小:12021
    • 提供者:sj03322@126.com
  1. IIC_EEPROM

    1下载:
  2. TI 280x些列 DSP 的读写IIC接口EEPROM的程序,包括了GEL文件和读写C代码
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-05-12
    • 文件大小:6030
    • 提供者:wwq1105
  1. 24LC024 c程序

    0下载:
  2. 24LC024器件地址是1010000R/W. 2, 数组写入24LC024采取页写方式. 3, 数组code从24LC024读出时采取自由读方式. 4, 采用4.00M晶体。 5,采用软件I2C。 二、硬件连接: 1, SDA------->23 pin.(当然你可以任意选择脚位) 2, SCL------->18 Pin.(当然你可以任意选择脚位) 3, PORTD----->外接8个LED,显示读出的数据,在这里,读出的刚好是一个闪动的流水灯状态。
  3. 所属分类:编译

    • 发布日期:2009-05-16
    • 文件大小:3792
    • 提供者:sunwenjie88888
  1. C8051F120-I2C-simulate.c

    0下载:
  2. Example software to demonstrate the C8051F12x SMBus interface in Master mode.
  3. 所属分类:源码下载

  1. I2C

    0下载:
  2. 在PIC裡,使用C語言實作I2C介面的方法。
  3. 所属分类:其他嵌入式/单片机内容

  1. 在MC9S12XS128单片机模拟I2C总线的程序

    0下载:
  2. 一个用C语言编写的在MC9S12XS128单片机模拟I2C总线的程序。,1 with the C language simulation in MC9S12XS128 microcontroller I2C bus program.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-21
    • 文件大小:216136
    • 提供者:王朝霞
  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. STM32-IO-I2-C-SHT11

    3下载:
  2. 完整的I2C温湿度传感器sht11、sht75读写程序,可单独放在程序中运行,分时操作,结果从函数中获取-Complete I2C temperature and humidity sensors sht11, sht75 literacy program, the program can be run on a separate, time-sharing operation, the results obtained from the function
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-07-15
    • 文件大小:6573
    • 提供者:shizhen
  1. I2C

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

    • 发布日期:2017-03-31
    • 文件大小:1794
    • 提供者:Recky
  1. 单片机单总线实现I2C总线控制

    0下载:
  2. 采用Mega128单片机的某一个io作为单总线实现I2C总线控制,用c语言完成io 的一位一个字节的读写;以及复位 -Mega128 microcontroller using a io as a single bus I2C bus control , complete with c language io a one byte read and write and reset
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-24
    • 文件大小:16314
    • 提供者:吴昊
  1. C-Datasheet_SHT21_V1.0

    0下载:
  2. SHT21, 新一代 Sensirion 湿度和温度传感 器在尺寸与智能方面建立了新的标准:它嵌 入了适于回流焊的双列扁平无引脚DFN 封装, 底面 3 x 3mm ,高度1.1mm。传感器输出经过标 定的数字信号,标准 I2C 格式。 SHT21 配有一个全新设计的CMOSens® 芯 片、一个经过改进的电容式湿度传感元件和 一个标准的能隙温度传感元件,其性能已经 大大提升甚至超出了前一代传感器(SHT1x 和SHT7x)的可靠性水平。例如,新一代湿
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:324350
    • 提供者:陈光荣
  1. Dimmer_PICC

    1下载:
  2. 基于PIC单片机,DMX512协议的LED控制器程序,包含多种花样转换、I2C操作、串口通信等-Based on PIC microcontrollers, DMX512 protocol LED controller program includes a variety of pattern conversion, I2C operation, serial port communication
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-01-17
    • 文件大小:99376
    • 提供者:jj
  1. DDC

    2下载:
  2. 用C语言编写的一个测试程序,通过DDC读写EDID信息。-DDC Read/Write EDID
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:3911
    • 提供者:OuQingHua
  1. DSPIC30

    0下载:
  2. PIC30系列经过调试的C代码,非常实用,-PIC30 Series After debugging the C code
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:325652
    • 提供者:张杰
  1. pro

    1下载:
  2. 单片机控制远程温度测量存储显示系统,包含单总线接口芯片(DS18b20)、I2C总线(2线\EEPROM芯片24LC02)、SPI总线(3线或4线\实时时钟S35190A)标准C语言接口代码,以及图形液晶和串口代码,是单片机系统开发的实用程序集合,具有很高的参考价值-Controlled storage Display System remote temperature measurement, including a single bus interface chip (DS18b20), I
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-06
    • 文件大小:9595
    • 提供者:Lisa
  1. I2Croutines

    0下载:
  2. MSP430x1xx系列单片机I2C外设读写程序(C语言版)-The C source code of I2C for MSP430x1xx MCU.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:7507
    • 提供者:夏冬
  1. eeprom

    0下载:
  2. DSP2407 I2C接口的串行EEPROM操作程序代码。c语言,可以通用-DSP2407 I2C serial EEPROM interface operational procedures code. c language, can be generic
  3. 所属分类:DSP program

    • 发布日期:2017-03-23
    • 文件大小:29192
    • 提供者:宋海滨
  1. TEA5767_C51

    0下载:
  2. 用到飞利浦的TEA5767的收音机模块,SP3767和TEA5767完全兼容 TEA5767采用I2C或者三线接口控制,我是用的I2C,单片机用STC89C52,带1K EEPROM,可以掉电存台,1602LCD显示,这里只给了TEA5767的控制程序, TEA5767读写数据都是5个字节,其中PLL参数14位.-Philips TEA5767 use of the radio module, SP3767 and TEA5767 fully compatible with TEA
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:1362
    • 提供者:lizhendong
  1. uartceshi

    2下载:
  2. 解压后再keil下打开工程文件就可以用了,采用lpc922单片机实现基于锂电池的通讯后备电源系统管理。系统前端采样使用oz8920芯片,采样后的数据通过i2c发送给单片机,单片机和主控计算机采样422通讯-Unzip and then open the project file keil can be used, with lpc922 MCU-based lithium battery backup power system management communications. Front-e
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2015-05-25
    • 文件大小:21739
    • 提供者:阚东宇
  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 2 3 4 5 67 8 9 10 11 ... 34 »
搜珍网 www.dssz.com