搜索资源列表
I2C
- 本代码是基于PXA270开发板的I2C总线驱动程序
IIC总线驱动程序
- 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.
E2PROM-1024驱动
- E2PROM1024驱动程序
AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料
- AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料。
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
i2c-dev
- 基于linux下IC总线驱动程序,linux内核版本2.6.10-Based on the IC bus driver for linux
I2C
- 基于LPC2148的I2C总线的24C256的驱动-LPC2148 based on the I2C bus driver 24C256
i2c
- i2c总线接口驱动程序--I2c omni_line interface driver
eeprom
- C51 IIC总线驱动 在单片机上测试通过 凑字凑字凑字-C51 IIC bus driver in the single-chip testing through the hash hash word word word together
I2C
- 在ADS1.2编译环境下编写的I2C总线驱动中间件实验-ADS1.2 compiler environment in the preparation of the I2C bus driver middleware experiment
0602_driver-i2c
- ARM Linux2.4 S3C2410 IIC总线驱动-ARM Linux2.4 S3C2410IIC bus driver
PCF8563TIIC
- 1. I2C总线驱动程序(用两个普通IO模拟I2C总线) 2.包括100Khz(T=10us)的标准模式(慢速模式)选择, 3. 和400Khz(T=2.5us)的快速模式选择, -1. I2C bus driver (with two common I2C bus IO simulation) 2. Including 100Khz (T = 10us) standard mode (slow mode) choice, 3. And 400Khz (T = 2.5us) the
i2c
- I2C总线驱动。与成功测试。实现多字节存储-I2C bus driver. And successfully tested. Multi-byte storage
I2C
- C8051F020单片机IIC总线驱动程序,包涵所有源代码-C8051F020 MCU IIC bus driver, cover all the source code
RTC_I2C
- I2C总线驱动、实时钟芯片PCF8563应用程序CPU :PIC16F877A Function :以I2C总线方式向PCF8563芯片写入初值,以BCD码方式存储,以字符方式串口显示 。调试通过。-I2C-bus driver, real-time clock chip PCF8563 Application CPU: PIC16F877A Function: to I2C-bus PCF8563 chip manner to write the initial value to BCD
I2C-EEPROM-AT24C02A
- 本设计利用实现了基于I2C总线技术的EEPROM:AT24C02A芯片的驱动程序,并在proteus软件上成功仿真。-The design used to achieve based on I2C bus technology EEPROM: AT24C02A-chip driver, and the success of proteus software emulation.
I2C.doc
- I2C总线驱动的C51语言源程序,这个是我们在开发中会用到的-I2C
I2C1602完整驱动程序1
- STM32通过I2C总线驱动1602显示屏以及使用旋转编码器实现数值增减(The STM32 drives the 1602 display via the I2C bus and uses a rotary encoder to increase or decrease the value)
I2C
- i2c总线驱动程序,51单片机程序,keil3编程平台,注释详细。(I2C bus driver, 51 single chip computer program, keil3 programming platform, annotated detailed.)
Sunxi I2C 总线驱动使用文档
- 介绍全志V5平台 Linux 内核中 I2C 子系统的接口及使用方法,为 I2C 设备驱动的开发提供参考