代码搜索结果

找到约 10,000 项符合 I2C 的代码

pcf8563.txt

基于PCF8563户外型倒计时系统的设计 摘要:介绍基于PCF8563设计户外侄计时系统的硬件接口电路及PCF8563软件编程。该系统在强日光下显示屏的字符清晰可见,能够长时间连续稳定地工作。 关键词:PCF8563 <mark>I2C</mark> 倒计时系统 引言 倒计时系统的任务,就是对某一设定日期进行倒数,在显示屏显示当前距离设定日期的时间;广泛应用于重大的节日或活动,以增强人们的关切程 ...

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

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

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

mpr083.c

/*! * \file mpr083.c * \brief Simple driver MPR083 using I2C * \version $Revision: 1.1 $ * \author Anthony Huereca */ #include "mpr083.h" /*********************************** Va

i2c_if.c

/******************************************************************** * FUNCTION MODULE: i2c_if.c * * I2C Serial Data Interface Module for Silabs C8051F133 * ******************************

13_2.c

//模拟I2C总线的C51通用程序: #include "reg51.h" #include "intrins.h" sbit SCL= P1^6; //定义SCL线所在口,可以根据自己的需要来定义 sbit SDA= P1^7; //定义SDA线所在口,可以根据自己的需要来定义 unsigned char error; /*-----------