代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/331430/12829175
h a2dp_sd_open.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
a2dp_sd_open.h
www.eeworm.com/read/331430/12829231
h a2dp_sd_initiate.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
a2dp_sd_initiate.h
www.eeworm.com/read/331430/12829245
h a2dp_sd_suspend.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
a2dp_sd_suspend.h
www.eeworm.com/read/244356/12871292
h io-smbus.h
/****************************************************************
*文件名:I2C.h
*描述:提供I2C的底层驱动,可选的400K或100K速度。
*环境:KEIL C51
*版本:v1.0
*作者:wentsing
*日期:2006/03/07
*****************************
www.eeworm.com/read/142225/12956627
h i2ch.h
#ifndef _I2CH
#define _I2CH
#define I2CPort P2
#define SDA 3
#define SCL 2
void I2CStart(void);
void I2CStop(void);
void I2CAck(unsigned char);
void I2CTx(unsigned char);
unsigned cha
www.eeworm.com/read/242768/12986885
h a2dp_sd_interface.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.Release
FILE NAME
a2dp_s
www.eeworm.com/read/242768/12986891
h a2dp_sd_open.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.Release
FILE NAME
a2dp_s
www.eeworm.com/read/242768/12986963
h a2dp_sd_initiate.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.Release
FILE NAME
a2dp_s
www.eeworm.com/read/242768/12986982
h a2dp_sd_suspend.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.Release
FILE NAME
a2dp_s
www.eeworm.com/read/241966/13107360
c i2c.c
/*********************************************/
/*I2c program*/
/*********************************************/
#include "reg52.h"
#include "I2C.h"
sbit SDA=P3^7;
sbit SCL=P3^6;
bit _ack;