代码搜索结果
找到约 10,000 项符合
C 的代码
i2c_eeprom.map.rpt
Analysis & Synthesis report for I2c_eeprom
Mon Dec 15 16:21:29 2008
Quartus II Version 7.1 Build 156 04/30/2007 SJ Full Version
---------------------
; Table of Contents ;
-------------------
softi2c.h
/*************************************************************************************************
SoftI2C.H
模拟I2C总线程序的头文件(主模式,通用)
**********************************************************
testsuite_2bravo__validation_2pdc_2usart_8h__incl.md5
04c326f51839445c9fa9c954bf9a0190
i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
i2c.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的: 建立I2C操作库
目标系统: 基于任何兼容C51的微处理器
应用软件: Keil C
i2c.h
/* ------------------------------------------------------------------------- */
/* */
/* i2c.h - definitions for the i2c-bus interface */
/* */
/* ------------------
i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
i2c.c
#include "i2c.h"
void I2C_Initial( void )
{
//将SCL管脚设置为输出管脚
SCLOUT;
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
i2c.c.bak
#include "i2c.h"
void I2C_Initial( void )
{
//将SCL管脚设置为输出管脚
SCLOUT;
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
arm7.regsr
4 c958589a
a 8dd5407c
d 978c21eb
e 0000a000
f 00006114