代码搜索:I2C

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

代码结果 10,000
www.eeworm.com/read/378922/9212767

c i2c.c

#include "I2C.h" /***************************************************** 宏定义:I2C_Delay() 功能:延时,模拟I2C总线专用 *****************************************************/ void I2C_Delay() { unsig
www.eeworm.com/read/349788/10799993

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/273042/10930560

c _iic.c

#include "_iic.h" #define I2CDELAY(iterations) { \ volatile Int j; \ for(j = 0; j < iterations; j ++); \ } #define DELAY_TIME 1000 static const I2C_Co
www.eeworm.com/read/438785/7727041

txt readme.txt

=============== ================================================= 目 录 简 介 =============== ================================================= Usb_E2PROM 本实验的实验例程,使用时必
www.eeworm.com/read/482507/6625192

txt iic driver.txt

引言   <mark>I2C</mark>总线是PHILIPS公司推出的两线式串行总线,用于连接微控制器及其外围设备,具有简单、高效等特点。由于其接口直接在组件之上,因此<mark>I2C</mark>总线占用的空间非常小,减少了电路板的空间和芯片引脚的数量,降低了互联成本,特别适用于嵌入式产品。   而Linux系统具有开源、免费、网上资源丰富等优点,目前已成为嵌入式系统的主流选择。因此如何在嵌入式Linux系统中实现<mark>I2C</mark>功能成 ...
www.eeworm.com/read/340692/12139533

lst i2c.lst

C51 COMPILER V7.06 I2C 07/20/2008 03:32:37 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE I2C OBJECT MODULE PLACED IN E:\
www.eeworm.com/read/164251/5498234

c i2cint.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/153007/5654463

c main.c

//I2C主机实验---读写CAT1025 #include "config.h" //config.h中包含I2CINT.h #define CAT1025 0xA0 /* CAT1025器件从地址 */ #define BEEP 1
www.eeworm.com/read/392509/8338578

c synaot.c

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // This file implements the OTLib functions that the customer application code calls // // - The functions
www.eeworm.com/read/413371/11158379

c iic.c

#include #define uchar unsigned char #define uint unsigned int //以下为I2C操作时所需要的变量 volatile uchar I2C_sla; // 从机地址(即器件地址) volatile uchar I2C_suba; // 子地址 volat