代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/246211/6338323
c i2c程序(c语言).c
/*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/479261/6690699
dbk backup of i2c总线实验.dbk
www.eeworm.com/read/261367/11652764
h i2c state machine.h
#ifndef I2C_STATE_MACHINE
#define I2C_STATE_MACHINE
//--------------------------------------------------------------------------//
// Header files //
//--------------------------
www.eeworm.com/read/261367/11652768
c i2c state machine.c
#include "I2C State Machine.h"
//--------------------------------------------------------------------------//
// Variables for I2C state machine //
//-----------------------------------
www.eeworm.com/read/261367/11652770
h i2c pin access.h
#ifndef I2C_PIN_ACCESS
#define I2C_PIN_ACCESS
//--------------------------------------------------------------------------//
// Header files //
//--------------------------------
www.eeworm.com/read/260020/11751435
txt i2c数据分析.txt
写入数据到ROM后,没有经过延时,所以开头有错误.
S A0 A 05 A 07 A 00 A 00 A 88 A P
S A0 N Sr A0 N Sr A0 A 05 A Sr A1 A 07 A 00 A 00 A 88 N P
写入数据到ROM后,经过500ms的延时再读取
S A0 A 05 A 77 A 00 A 00 A 88 A P
S A0 A 05
www.eeworm.com/read/155808/11845880
h i2c state machine.h
#ifndef I2C_STATE_MACHINE
#define I2C_STATE_MACHINE
//--------------------------------------------------------------------------//
// Header files //
//--------------------------
www.eeworm.com/read/155808/11845889
c i2c state machine.c
#include "I2C State Machine.h"
//--------------------------------------------------------------------------//
// Variables for I2C state machine //
//-----------------------------------
www.eeworm.com/read/155808/11845892
h i2c pin access.h
#ifndef I2C_PIN_ACCESS
#define I2C_PIN_ACCESS
//--------------------------------------------------------------------------//
// Header files //
//--------------------------------