代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/140080/13110230
h twi_lib.h
/*H**************************************************************************
* NAME: twi_lib.h
*----------------------------------------------------------------------------
* Copyright (c)
www.eeworm.com/read/138165/13253393
dfm unit1.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 298
Height = 319
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/323200/13347485
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/316917/13514698
c i2c.c
/*
I2C.c
标准80C51单片机模拟I2C总线的主机程序
Copyright (c) 2005,广州周立功单片机发展有限公司
All rights reserved.
本程序仅供学习参考,不提供任何可靠性方面的担保;请勿用于商业目的
*/
#include "I2C.h"
//定义延时变量,用于宏I2C_Delay()
unsigned char data
www.eeworm.com/read/316917/13514718
lst i2c.lst
C51 COMPILER V7.50 I2C 12/25/2007 22:48:12 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN I2C
www.eeworm.com/read/312928/13600789
dfm unit1.dfm
object Form1: TForm1
Left = 192
Top = 107
Width = 298
Height = 319
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/306439/13744894
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/146877/5734351
h i2c_lib.h
/*H**************************************************************************
* $RCSfile: i2c_lib.h,v $
*----------------------------------------------------------------------------
* Copyright (c)
www.eeworm.com/read/139083/5811081
h twi_lib.h
/*H**************************************************************************
* NAME: twi_lib.h
*----------------------------------------------------------------------------
* Copyright (c)