⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 24c02.h

📁 接收遥控器发出的指令并存储
💻 H
字号:
#ifndef _i2c_h_
#define _i2c_h_
//***定义I2C函数×××//

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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -