代码搜索结果

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

i2c.c

/* * TI DaVinci (TMS320DM644x) I2C driver. * * Copyright (C) 2007 Sergey Kubushyn * * -------------------------------------------------------- * * See file CREDITS for list of pe

saa7111-new.c

/* saa7111 - Philips SAA7111A video decoder driver version 0.0.4 - Quick conversion to the new I2C driver by Jose Ignacio Gijon - Colour detection for SECAM by Joerg Heckenbach - Compati

main.c

/* 51系列单片机在使用时,有时需要模拟I2C总线, */ /* 这里举出一个实例(读写串行EEPROM芯片at2402) */ /************************************************************************/ /* Name

twi_driver.h

/********************** AVR155 : Accessing I2C LCD display using the AVR TWI *********************** Device : ATmega163 File name : TWI_driver.h Ver nr. : 1.0 Description : Head

tvaudio.c

/* * experimental driver for simple i2c audio chips. * * Copyright (c) 2000 Gerd Knorr * based on code by: * Eric Sandeen (eric_sandeen@bigfoot.com) * Steve VanDeBogart (vandebo@uclin

i2c_c_code for c8051.c

/************************I2C***************************************************/ sbit SCL=P3^4; sbit SDA=P3^5; void i2c_delay(void) { unsigned char j; j=1; } void

i2c.c

/*! \file i2c.c \brief I2C interface using AVR Two-Wire Interface (TWI) hardware. */ //***************************************************************************** // // File Name : 'i2c.c' // Ti

patchi2c.h

/* * File: patchi2c.h * Description: Constants and Definitions for 8XX Simple I2C driver * using microcode patch to relocate parameters. * * History * 7/18/97 sgj

eeprom.asm

$LIST ;-------------------------------------------------------------- ; Eeprom.asm(for 8051 ASM) ; ; 功能: I2C总线Eeprom驱动汇编程序 for 8051 serial ; ; Copyright(c) 2002-2003 Xiamen Yealink Network Tech

24_256_1.c

// Program 24_256_1.C // // Illustrates how to write a byte to an address and read a byte from an // an address. The I2C interface is implemented using "bit bang" routines. // // Program writes