代码搜索结果

找到约 10,000 项符合 I2C 的代码

i2c_demo.c

// *************** I2C driver Demo V 1.0 ************* // *** Written By P. Fletcher-Jones *** // *** Written on 16/11/01 *** // *** Last

upgrade.txt

Project name : I2C 5.3.0.0 of Renesas M16C Standard Toolchain was upgraded to 5.30.02 of Renesas M16C Standard Toolchain.

msp430x24x_uscib0_i2c_07.c

//****************************************************************************** // MSP430x24x Demo - USCI_B0 I2C Slave RX single bytes from MSP430 Master // // Description: This demo connects tw

msp430x24x_uscib1_i2c_07.c

//****************************************************************************** // MSP430x24x Demo - USCI_B1 I2C Slave RX single bytes from MSP430 Master // // Description: This demo connects tw

msp430x24x_uscib0_i2c_04.s43

;******************************************************************************* ; MSP430x24x Demo - USCI_B0 I2C Master RX single bytes from MSP430 Slave ; ; Description: This demo connects two

msp430x24x_uscib0_i2c_05.s43

;******************************************************************************* ; MSP430x24x Demo - USCI_B0 I2C Slave TX single bytes to MSP430 Master ; ; Description: This demo connects two M

i2c-pxa.c

/* * i2c_adap_pxa.c * * I2C adapter for the PXA I2C bus access. * * Copyright (C) 2002 Intrinsyc Software Inc. * Copyright (C) 2004-2005 Deep Blue Solutions Ltd. * * This program is free

summary

This is an explanation of what i2c is, and what is supported in this package. I2C and SMBus ============= I2C (pronounce: I squared C) is a protocol developed by Philips. It is a slow two-wire prot

readme.txt

这是I2c网关Id独立烧写程序, 烧写的ID必须要求是:“0~9”、“a~z”、“A~Z”的16为字符才能烧写成功。 其中当是输入的小写字母时,自动转换为大些烧入。 如: 1) # ./burnID 0123456789abcdef 烧入的是:0123456789ABCDEF 2) # ./burnID 0123456789@%cdef 烧入

ver.h

#ifndef __VER_H__ #define __VER_H__ /******************************************************** V1.0.0 >>2004-12-15 1) 第一次的软件版本,基本完成通讯功能,字符串滚动协议还没有完成。 2) VFD显示buffer前后台的切换还没有完成。 V