代码搜索结果
找到约 10,000 项符合
I2C 的代码
13_2.c
//模拟I2C总线的C51通用程序:
#include "reg51.h"
#include "intrins.h"
sbit SCL= P1^6; //定义SCL线所在口,可以根据自己的需要来定义
sbit SDA= P1^7; //定义SDA线所在口,可以根据自己的需要来定义
unsigned char error;
/*-----------
fet140_dma_08.c
//*****************************************************************************
// MSP-FET430P140 Demo - DMA0, Rpt'd Blk, I2C Master Interface to DAC8571
// Master = '169, Slave = DAC8571
//
//
fet140_i2c_06.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Transmits to MSP430 Slave RX
//
// Description: This demo connects two MSP4
i2c.lst
C51 COMPILER V7.50 I2C 11/30/2007 02:15:54 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN I2C
fet140_dma_08.c
//*****************************************************************************
// MSP-FET430P140 Demo - DMA0, Rpt'd Blk, I2C Master Interface to DAC8571
// Master = '169, Slave = DAC8571
//
//
fet140_i2c_06.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Transmits to MSP430 Slave RX
//
// Description: This demo connects two MSP4
abstract.txt
'LCD_BMP'是芯片STM32F103RBT6的一个例子
使用智林'Z32R'开发板I2C实验。
例子:
- 时钟配置:
- XTAL = 12.00 MHz
- SYSCLK = 72.00 MHz
- HCLK = SYSCLK = 72.00 MHz
- PCLK1 = HCLK/2
fet140_dma_08.c
//*****************************************************************************
// MSP-FET430P140 Demo - DMA0, Rpt'd Blk, I2C Master Interface to DAC8571
// Master = '169, Slave = DAC8571
//
//
fet140_i2c_06.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Transmits to MSP430 Slave RX
//
// Description: This demo connects two MSP4
i2cswconf.h
/*! \file i2cswconf.h \brief Software-driven I2C interface configuration. */
//*****************************************************************************
//
// File Name : 'i2cswconf.h'
// Titl