代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/350223/10757637
h i2c.h
#include
#include
#define I2C_SCL MCO
#define I2C_SDA_O MDO
#define I2C_SDA_I MDI
#define IO_ENABLE MDE
#define ZLGWR 0x70
#define ZLGRD 0x71
#define I2C_STOP_WAIT_
www.eeworm.com/read/420959/10766025
c i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= SCL; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
www.eeworm.com/read/420635/10785489
c 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 )
{
www.eeworm.com/read/348578/10885577
c ic.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
www.eeworm.com/read/273581/10910622
c i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= SCL; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
www.eeworm.com/read/301856/7139780
c 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 )
{
www.eeworm.com/read/391993/7216033
rpt i2c_eeprom.map.rpt
Analysis & Synthesis report for I2c_eeprom
Sun Oct 05 18:57:37 2008
Quartus II Version 8.0 Build 215 05/29/2008 SJ Full Version
---------------------
; Table of Contents ;
-------------------
www.eeworm.com/read/457901/7315861
h board.h
#ifndef _BOARD_H
#define _BOARD_H
//------------------------------------------------------------------------------
// Definitions
//-----------------------------------------------------