代码搜索结果
找到约 10,000 项符合
I2C 的代码
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
fet140_i2c_06.asm
;******************************************************************************
; MSP-FET430P140 Demo - I2C, Master Transmits to MSP430 Slave
;
; Description: This demo connects two MSP430's vi
fet140_dma_08.asm
;******************************************************************************
; MSP-FET430P169 Demo - DMA0, Rpt'd Block, I2C Master Intf. to DAC8571, DCO
; Master = '169, Slave = DAC8571
;
fet140_i2c_07.asm
;******************************************************************************
; MSP-FET430P140 Demo - I2C, Slave Reads from MSP430 Master
;
; Description: This demo connects two MSP430's via
fet140_i2c_03.asm
;******************************************************************************
; MSP-FET430P140 Demo - I2C, Master Interface to DAC8571, Repeat Mode
; Master = '169, Slave = DAC8571
;
; Des
msp430x11x1_tmp100.asm
;*******************************************************************************
; MSP430x11x1 Demo - Software I2C Master Interface to TMP100
;
; Description: I2C communication with a TMP100, i
i2c.plg
Build target 'Target 1'
linking...
Program Size: data=8.0 xdata=0 code=411
creating hex file from "I2C"...
"I2C" - 0 Error(s), 0 Warning(s).
i2c.h
/*
*********************************************************************************************************
*File Name:IIC.h
*
*Last Modified Data:2005-06-22
*
*Last Version:V1.0
*
*Descripti
i2c-mcuzb.c
I2C串行总线标准驱动程序(C51)-万能程序
/*------------------------------------------------------------------------------------------
[文件名] I2C.c
[版本] 1.1b
[作者] 鞠春阳
[最后修改时间] 2003年5月12日
[版权所有] www.mcuzb.com
viic_c51.c
/********************************************************************
VIIC_C51.C
此程序是I2C操作平台(主方式的软件平台)的底层的C子程序,如发送数据
及接收数据,应答位发送,并提供了几个直接面对器件的操作函数,它很方便的
与用户程序连接并扩展.....