代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/151917/12161743
txt i2c程序(c语言).txt
/*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( );
void stop
www.eeworm.com/read/253819/12184470
pdf i2c总线规范.pdf
www.eeworm.com/read/129126/14264073
txt i2c总线程序.txt
i2c总线程序
本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。顺 ...
www.eeworm.com/read/229430/14339384
txt i2c时钟芯片程序.txt
·PCF8583时钟芯片程序(转) -|落魂 发表于 2007-3-29 16:57:00
I2C时钟芯片程序
/*****************************************
File: iic.h
Description:适于24MHz 晶振
Author: kassey@126.com
Date: July,7th,2005
www.eeworm.com/read/228177/14396842
doc i2c协议读写程序.doc
www.eeworm.com/read/220284/14844295
pdf i2c总线规范.pdf
www.eeworm.com/read/218711/14909514
pdf i2c扩展程序例子.pdf
www.eeworm.com/read/209295/15223794
doj i2c state machine.doj
www.eeworm.com/read/209295/15223815
h i2c state machine.h
#ifndef I2C_STATE_MACHINE
#define I2C_STATE_MACHINE
//--------------------------------------------------------------------------//
// Header files //
//--------------------------
www.eeworm.com/read/209295/15223818
c i2c state machine.c
#include "I2C State Machine.h"
//--------------------------------------------------------------------------//
// Variables for I2C state machine //
//-----------------------------------