?? 24c02.h
字號(hào):
#ifndef _i2c_h_
#define _i2c_h_
//***定義I2C函數(shù)×××//
void I2C_Start(void);
void I2C_Stop(void);
void SEND_0(void);
void SEND_1(void);
bit Check_Acknowledge(void);
void WriteI2CByte(char b) reentrant ;
char ReadI2CByte(void) reentrant ;
void Write_One_Byte(unsigned char addr,unsigned char thedata);
unsigned char Read_One_Byte(unsigned char addr);
//void Write_DC_Byte(unsigned char addr,unsigned char thedata);
void Delay2(unsigned int t);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -