代码搜索结果
找到约 10,000 项符合
I2C 的代码
i2c.plg
Build target 'Target 1'
linking...
Program Size: data=8.0 xdata=0 code=411
creating hex file from "I2C"...
"I2C" - 0 Error(s), 0 Warning(s).
i2c.plg
Build target 'Target 1'
linking...
Program Size: data=8.0 xdata=0 code=411
creating hex file from "I2C"...
"I2C" - 0 Error(s), 0 Warning(s).
i2c.plg
Build target 'Target 1'
linking...
Program Size: data=8.0 xdata=0 code=411
creating hex file from "I2C"...
"I2C" - 0 Error(s), 0 Warning(s).
i2cregs.inc
I2COAR .SET 3C00H ;[9:0]? I2C Own Address Register 0000 0000 0000 0000
I2CIMR .SET 3C01H ;I2C Interrupt Mask Register 0000 0000 0000 0000
I2CSTR .SET 3C02H ;I2C Status Registe
i2cdrv.h
/****************************************Copyright (c)****************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
i2c.c
/********************************************************************
MCS-51单片机模拟I2C软件包(V1.1)
文件名:VI2C_C51.C
相关文件:VI2C_C51.H,VI2C_C51.LIB
功能说明:本模拟I2C软件包包含了I2C操作的底层函数,如发送数据及接收
数据,应
i2c.lst
C51 COMPILER V8.05a I2C 05/08/2009 21:03:45 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN I2
maxqi2c.h
/*
* maxqi2c.h v0.1
*
* Author: Paul Holden
*
* Library function for performing I2C communication
*
* See the associated Maxim Appnote for documentation
*
* NOTE: THE TIMING IN THIS
i2c.h
#ifndef I2C_h
#define I2C_h
/******* I2C definitions: PORT, I/O PINs, R/W bits *******
*
* SCL - P2.1, SDA - P2.0
************************************************************/
/********
i2c.c
I2C串行总线标准驱动程序(C51)-万能程序
/*------------------------------------------------------------------------------------------
[文件名] I2C.c
[版本] 1.1b
[作者] 鞠春阳
[最后修改时间] 2003年5月12日
[版权所有] www.mcuzb.com