代码搜索结果

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

i2c.lst

C51 COMPILER V7.07 I2C 11/08/2007 09:01:05 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE I2C OBJECT MODULE PLACED IN i2c

i2c.h

//#include #include //------------------------------------------------------------------------------ // I2C Peripheral Variables //---------------------------

hi2c_c51.h

/******************************************************************* * P89LPC932硬件I2C软件包(主) * 1 使用I2C总线软件包时P1.2,P1.3切勿写为0,并要设置为开漏输出。 * 2 总线定义为P1.2=SCL,P1.3=SDA,需外接上拉电阻2-10k。 * 3 相应寄存器: *

ch365dos.h

/* 2003.09.10 **************************************** ** Copyright (C) W.ch 1999-2003 ** ** Web: http://www.winchiphead.com ** **************************************** ** DOS for PCI i

iic.h

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #include #define uchar unsigned char /*宏定义*/ #define uint unsigned int

bt1029.h

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #include #define uchar unsigned char /*宏定义*/ #define uint unsigned int

ads1110.c

#define ADS1110_GLOBAL //----------------------------------------------- //#define uchar unsigned char //----------------------------------------------- #include "includes.h"// //#

i2cint.h

/* --------------------------------------------------------------------------------------------------------- *****************************************************************************************

userot.c

// Include all the header files you want to include here // *********************************************************************** // NOTE: User defined header file: Please add/ modify for your

standard_i2c.h

/*-------------------------------------------------------------------------- I2C.H Design For : I2C 器件 Description: I2C总线的标准通讯模式(12MHz晶振) Author:xieqin CopyRight:2004.9.7 -----------------------