代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/435966/7780226
h twimaster.h
/*############################################################################
############################################################################*/
#ifndef _I2C_MASTER_H
#define _I2C_MA
www.eeworm.com/read/396913/8083222
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/330445/12889601
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 =