📄 i2c.h
字号:
#ifndef __I2C_H
#define __I2C_H
#ifdef __cplusplus
extern "C" {
#endif
Void tdI2COpen1(Void);
Void tdI2CClose1(Void);
Void tdI2CEnableSDAWrite(Void);
Void tdI2CEnableSDARead(Void );
Bool tdI2CSendByte(Byte ucByte);
Byte tdI2CReceiveByte(Void);
Void tdStart(Void);
Void tdStop(Void);
Void tdACK(Void);
Void tdNOACK(Void);
#ifdef __cplusplus
};
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -