代码搜索结果
找到约 10,000 项符合
I2C 的代码
p87c591_i2c_test.c
//------------------------------------------------------------------------------
// Keil Software, Inc.
//
// Project: I2C EXAMPLE PROGRAM (BIT BANGED) FOR P87C591 MCU
//
// Filename: P87C591_
fet140_i2c_03.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571 in Repeat Mode
// Master = '169, Slave = DAC8571
//
/
sw_i2c_slave.h
#ifndef SW_I2C_SLAVE_H
#define SW_I2C_SLAVE_H
#include
#include "configOptions.h"
//
// I2C Slave Address
//
#define I2C_SLAVE_ADDR 0x46 // I2C slave add
sw_i2c_slave.s43
#include "sw_i2c_slave.h"
NAME Software_I2C
PUBLIC initSWI2C
PUBLIC resetSWI2C
PUBLIC regI2CCallBack
PUBLIC I2CEvent
fet140_i2c_03.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571 in Repeat Mode
// Master = '169, Slave = DAC8571
//
/
msp430x11x1_8574.asm
;*******************************************************************************
; MSP430x11x1 Demo - Software I2C Master Interface to PCF8574, Read/Write
;
; Description: Software I2C communic
fet140_i2c_03.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571 in Repeat Mode
// Master = '169, Slave = DAC8571
//
/
msp430x11x1_8574.s43
;******************************************************************************
; MSP430x11x1 Demo - Software I2C Master Interface to PCF8574, Read/Write
;
; Description: Software I2C communica
iic.h
/*------------------------------------------------------------------------------------------
[文件名] IIC.H
[版本] 1.0
[作者] 陈彬
[最后修改时间] 2007年5月01日
[版权所有] www.mcucore.com
=============================
fet140_i2c_03.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571 in Repeat Mode
// Master = '169, Slave = DAC8571
//
/