代码搜索:I2C
找到约 10,000 项符合「I2C」的源代码
代码结果 10,000
www.eeworm.com/read/412320/11205293
c fet140_i2c_08.c
//************************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes Multiple Bytes to MSP430 Slave
//
// Description: This demo co
www.eeworm.com/read/335306/12540310
asm 峰值电流表.asm
;---------------------------------------------------------------------------
;
;
$include (c8051f330.inc)
;********************位单元定义**************************
SDA BIT P1.1 ;I2C数据线
www.eeworm.com/read/237875/13923335
c fet140_i2c_08.c
//************************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes Multiple Bytes to MSP430 Slave
//
// Description: This demo co
www.eeworm.com/read/135375/13937047
c fet140_i2c_08.c
//************************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes Multiple Bytes to MSP430 Slave
//
// Description: This demo co
www.eeworm.com/read/202534/15379297
c fet140_i2c_08.c
//************************************************************************************
// MSP-FET430P140 Demo - I2C, Master Writes Multiple Bytes to MSP430 Slave
//
// Description: This demo co
www.eeworm.com/read/200724/15427095
h edpaddr.h
/*! \file edpaddr.h \brief Emerald Satellite EDP/I2C Bus Addresses. */
//*****************************************************************************
//
// File Name : 'edpaddr.h'
// Title : Eme
www.eeworm.com/read/287592/8679593
c 24c08.c
/*==============================I2C 24C08==============================
程序名称:I2C 24C08(12864液晶并行显示) P3.3为减 P3.2为增
版 本:Agni 07-SV开发板
作 者:蓝极风电子技术
日 期:2007.10.28
注:(1):
www.eeworm.com/read/167455/9968395
c ads1110.c
//ADS1110
//AD转换程序
#include
#include
sbit SDA=P3^3; /*I2C的SDA线定义*/
sbit SCL=P3^1; /*I2C的SCL线定义*/
//发起始位
void start(void)
{
SDA=1;
SCL=1;
SDA=0;
www.eeworm.com/read/328893/12996259
c i2c.c
#include "delay.h"
// Start an I2C communication
void I2C_Start(void)
{
I2C_SDA = 1;
I2C_SCL = 1;
//delay4us();
I2C_SDA = 0;
//delay4us();
I2C_SCL = 0;
}
// Stop an I2C Communicat
www.eeworm.com/read/241061/13172668
cmd .i2c-dev.o.cmd
cmd_drivers/i2c/i2c-dev.o := /usr/local/arm/3.3.2/bin/arm-linux-gcc -Wp,-MD,drivers/i2c/.i2c-dev.o.d -nostdinc -isystem /usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/include -D__KERNEL__ -Iinclude