代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/232064/14209158
pdf i2c内核介绍.pdf
www.eeworm.com/read/226251/14483193
pdf i2c中文规范.pdf
www.eeworm.com/read/123660/14616501
pdf i2c总线协议.pdf
www.eeworm.com/read/216300/15019851
pdf i2c spec.pdf
www.eeworm.com/read/8805/154126
c i2c的应用.c
#include"reg52.h"
#define uchar unsigned char
uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
sbit wl=P2^0;
sbit du=P2^1;
sbit scl=P3^4;
sbit sda=P3^5;
uchar flag,a;
www.eeworm.com/read/472828/6858679
pdf i2c内核介绍.pdf
www.eeworm.com/read/472828/6858682
pdf i2c内核介绍.pdf
www.eeworm.com/read/268962/11112881
c i2c eeprom.c
//************************************************************************
//* Using I2C Master Mode for access Slave (EEPRM)
//*
//* Written by: Richard Yang
www.eeworm.com/read/249206/12517355