📄 i2c.h
字号:
/****************************************************************************
Project : LCD Display
Version : 0.95
File Name : VP_IIC.h
Functions : function definition of IIC.C
Revision :
2003-03-03 OriginalTeam First Created
2005-01-25 Alf Hsu Modified for Vipor
2005-03-08 Alf Hsu Released Version 1.0
****************************************************************************/
#ifndef _VP_IIC_H
#define _VP_IIC_H
#define IIC_NO_BASE_ADDR 0x80
extern void ShortDelay(Byte);
extern Bool WriteI2CData(Byte,Byte,Byte); // write 0..15 bytes data to I2C slave
extern BYTE ReadI2CData(Byte,Byte,Byte); // read 0..15 bytes data from I2C slave
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -