搜索资源列表
Philips_1581
- 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
PXA 270 I2C驱动
- i2c.c i2c.def i2c.h
I2c.rar
- 基于lpc2103的arm7代码,使用keil,使用中断实现了串口,I2C,看门狗,定时器,Arm7 code based on the lpc2103, use keil, use a serial port interrupt, I2C, watchdog, timer
I2C
- 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
ICC_H
- 微雪公司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.
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
heat
- 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
zhouligong-LPC17XX-example
- 周立功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
I2C
- I2C.H,I2C通信头文件类的设置,请参考-I2C.H, I2C communication header file type settings, please refer to
avr_i2c
- avr i2c实际产品中使用。非常好用mega169p-i2c.c i2c.h avr mega169
verilog
- 通过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
I2C
- 该程序为在主机模式下实现IIC通信,包括.h和.c文件。-The program achieved in the host mode, IIC communication, including. H and. C files.
MCS51_Library
- 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
slaa383
- A really good source code/documentation about the MSP430 I2C (IIC) slave mode. Original from TI
i2c
- LPC2368的I2C程序,程序部分。还有H文件部分随后发上!-LPC2368 I2C-program, part of the program. There are then made on the part of H file!
i2c
- LPC2368芯片的I2C接口H头文件。-LPC2368 chip I2C interface to H header file.
I2C
- 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
I2C
- stm32 I2C 驱动改进 I2C.C I2C.H-stm32 I2C Diver I2C.C I2C.H
I2C
- 软件模拟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.
I2C
- I2C在STM32单片机上的驱动程序,包括 I2C.c 和 I2C.h(I2C driver code of the STM32 MCU, including I2C.c and I2C.h)