CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - i2c.h

搜索资源列表

  1. Philips_1581

    0下载:
  2. ISP1581设计的大容量存储器固件程序。 包含以下文件: d14.h i2c.c i2c.h init.c intrpt.c kernel.c -ISP 1581 designed large capacity memory firmware procedures. Include the following documents : d14.h i2c.c i2c.h init.c intrpt.c kernel.c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:30076
    • 提供者:江辉
  1. PXA 270 I2C驱动

    0下载:
  2.  i2c.c i2c.def i2c.h
  3. 所属分类:Windows CE

    • 发布日期:2009-01-19
    • 文件大小:22003
    • 提供者:jiangjiang
  1. I2c.rar

    1下载:
  2. 基于lpc2103的arm7代码,使用keil,使用中断实现了串口,I2C,看门狗,定时器,Arm7 code based on the lpc2103, use keil, use a serial port interrupt, I2C, watchdog, timer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-02-23
    • 文件大小:157410
    • 提供者:朱云川
  1. I2C

    0下载:
  2. I2C #include "stm32f10x.h" #include <stdlib.h> #include "stm32_eval_i2c_tsensor.h" #include "stm32_eval.h" #ifdef USE_STM32100E_EVAL #include "stm32100e_eval_lcd.h" #elif defined USE_STM3210E_EVAL #include "stm3210e_eval_lc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:45040
    • 提供者:宋府明城
  1. ICC_H

    0下载:
  2. 微雪公司avr编程器自带的一些封装库函数AT24CXX.H,DS1302.H,I2C.H,PS2_.H,SD-MMC_.H等等很多函数库,仅供大家参考。-The micro Fisher avr programmer comes with some package library functions AT24CXX.H DS1302.H, I2C.H PS2_.H, the SD-MMC_.H and so many libraries, for your reference only.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:29070
    • 提供者:baoquan
  1. I2C(EEPROM)

    1下载:
  2. 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-11-26
    • 文件大小:4494
    • 提供者:马海峰
  1. heat

    0下载:
  2. PIC18F2520与时钟芯片PCF8563的I2C例程序。此为测试版,有好多无用的参数/函数,根据自己情况修改。RB0:SDA RB1: SCL ,单片机:PIC18F2520,编译环境:MPlab+PICC18. I2C芯片: PCF8563 ,软件模拟I2C总线设置和读取时钟芯片。工程包括5个文件:delay.h delay.c I2c.h I2c.c I2c_demo.c 是用PICC18提供的I2C例程,用的内部时钟,仅供参考,好多参数没优化,特别是延时和内部时钟。 -PIC18
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:178360
    • 提供者:吴明
  1. zhouligong-LPC17XX-example

    2下载:
  2. 周立功LPC17XX系列配套例程。包括AD,DAC,EINT.GPDMA.GPIO,I2C.IAP,PWM,QEI,RTC,SPI,SSP,TIMER,UART,储存器加速,掉电唤醒,数字输入,CAN,ETHERNET,USB,I2S例程。是学习 的很好例程,例程很全,很值。-Zhou, who LPC17XX series matching routines. Including AD, DAC, EINT.GPDMA.GPIO, I2C.IAP, PWM, QEI, RTC, SPI, SS
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-01-25
    • 文件大小:10853376
    • 提供者:夏波
  1. I2C

    0下载:
  2. I2C.H,I2C通信头文件类的设置,请参考-I2C.H, I2C communication header file type settings, please refer to
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:904
    • 提供者:York
  1. avr_i2c

    0下载:
  2. avr i2c实际产品中使用。非常好用mega169p-i2c.c i2c.h avr mega169
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:2831
    • 提供者:zhh
  1. verilog

    1下载:
  2. 通过I2C接口读写EEPROM 在本项目中,我们利用Verilog HDL实现了部分I2C总线功能,并能够通过该总线对AT24C02进行读写操作。为了便于观察读写eeprom的结果,我们将读写的数据同时显示在七段数码管上,并设定读写的数据从0到255不断循环,这样就可以方便进行比较。 -Through the I2C interface to read and write EEPROM in this project, we use Verilog HDL to achieve some o
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 该程序为在主机模式下实现IIC通信,包括.h和.c文件。-The program achieved in the host mode, IIC communication, including. H and. C files.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:1997
    • 提供者:huan
  1. MCS51_Library

    1下载:
  2. MCS51 Controller Library 1.DS1307.h // For DS1307 with i2c Bus 2.I2C51.h // For i2c bus 3.lcd4bit.h // For LCD4bit 4.lcd8bit.h // For LCD8bit 5.MCP3208.h // For MCP3208 with SPI Bus 6.PWM.h // For Internal MCS51 PWM Mode 7.Serial.h
  3. 所属分类:SCM

    • 发布日期:2014-07-09
    • 文件大小:8487
    • 提供者:X3STeNLiTE
  1. slaa383

    0下载:
  2. A really good source code/documentation about the MSP430 I2C (IIC) slave mode. Original from TI
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:4282
    • 提供者:ElectroFuzz
  1. i2c

    0下载:
  2. LPC2368的I2C程序,程序部分。还有H文件部分随后发上!-LPC2368 I2C-program, part of the program. There are then made on the part of H file!
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1121
    • 提供者:ruan
  1. i2c

    0下载:
  2. LPC2368芯片的I2C接口H头文件。-LPC2368 chip I2C interface to H header file.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1460
    • 提供者:ruan
  1. I2C

    0下载:
  2. I2C总线的C语言程序源代码,只需修改H文件中与硬件接口相关的引脚定义就可直接使用-I2C bus of the C language source code, just modify the H file associated with the hardware interface can be directly used pin definitions
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:5093
    • 提供者:贾佳
  1. I2C

    0下载:
  2. stm32 I2C 驱动改进 I2C.C I2C.H-stm32 I2C Diver I2C.C I2C.H
  3. 所属分类:SCM

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

    0下载:
  2. 软件模拟IIC驱动程序,秩序修改i2c.h头文件IO管脚定义即可使用。-The driver program of IIC simulation software, in order to modify the i2c.h header file IO pin definition can be used.
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1532
    • 提供者:吴琦
  1. I2C

    0下载:
  2. I2C在STM32单片机上的驱动程序,包括 I2C.c 和 I2C.h(I2C driver code of the STM32 MCU, including I2C.c and I2C.h)
  3. 所属分类:嵌入式/单片机编程

« 12 3 4 »
搜珍网 www.dssz.com