代码搜索结果
找到约 20,284 项符合
I2C 的代码
i2c-ite.h
/*
--------------------------------------------------------------------
i2c-ite.h: Global defines for the I2C controller on board the
ITE MIPS processor.
i2c.plg
礦ision2 Build Log
Project:
H:\老D盘备份\ELITE-III光盘数据(new)\实验例程\I2C\I2C.uv2
Project File Date: 10/26/2006
Output:
Build target 'Target 1'
compili
i2c通信.txt
<mark>I2C</mark>通信
作者:iexcy
差不多把vckbase.com里CE相关的文章都看完了,但是没有看到与<mark>I2C</mark>相关的文章。由于我现在所做的是CE下<mark>I2C</mark>通信,所以把自己总结的经验给大家分享一下。PS:其实在这条路上我也是新手一个。
现在大多数的CE系统都对稳定性和速度的要求及高,所以<mark>I2C</mark>通信快速和稳定性是它在CE系统上运用非常广泛,至少我现在所从事的项目和我所知道的项目很多的地方都运用 ...
i2c.c
// ***************************************************************************
//
// Filename: i2c.c
//
// Created: Louis Lai (7/20/2003)
//
// Modified: $Author: $ $Date:
i2c.bak
void I2C()
{
}
i2c.lst
C51 COMPILER V6.12 I2C 04/23/2007 23:39:20 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN .\i
i2c program.txt
贴个I2C的程序
/*VIICC.H*/
#pragma db cd small
#include
#include
#define NOP nop ( ); nop ( ); nop ( ); nop ( )
#define SDA P1^7
#define SCL P1^6
void sta( );
void cack( )
i2c.c
/****************************************************************************
* *
* I2C Driving Routines *
*
i2c.lst
C51 COMPILER V7.50 I2C 05/31/2008 10:36:54 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN I2C
i2c.c
//--------------------------------------------------------------------------//
// //
// Name: I2C Communication for the ADSP-BF533 EZ-KIT Lite //
// //
//-