代码搜索结果
找到约 10,000 项符合
I2C 的代码
fet140_i2c_02.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to PCF8574, Read/Write
//
// Description: I2C communication with a
1.c
#include
#define SCL RB0 //定义串行时钟线所在口 使用时根据自己的需要来定义
#define SDA RB1 //定义串行数据线所在口 使用时根据自己的需要来定义
#define SDA_IN TRISB|=(1
msp430x22x4_uscib0_i2c_04.c
//******************************************************************************
// MSP430F22x4 Demo - USCI_B0 I2C Master RX single bytes from MSP430 Slave
//
// Description: This demo connects t
msp430x22x4_uscib0_i2c_10.c
//******************************************************************************
// MSP430F22x4 Demo - USCI_B0 I2C Master RX multiple bytes from MSP430 Slave
//
// Description: This demo connects
i2c.flow.rpt
Flow report for i2c
Sun Jul 06 20:51:03 2008
Quartus II Version 6.1 Build 201 11/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
micro_test_post.vhd
--***********************************************************************************************
-- micro_test_post.vhd
--
-- Created: 3/13/00 ALS
-- This file is the top level testbench that ins
fet140_i2c_02.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to PCF8574, Read/Write
//
// Description: I2C communication with a
fet140_i2c_02.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C Master Interface PCF8574 Read / Write
//
// Description: I2C communication with a
fet140_i2c_02.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to PCF8574, Read/Write
//
// Description: I2C communication with a
26.c
//------------------------------------------------------------------------------
// Keil Software, Inc.
//
// Project: Cygnal 8051F000 I2C Example Program
//
// Filename: Cygnal_I2C_Example_Pr