i2cstatp.h
来自「用并口模拟的I2C驱动程序」· C头文件 代码 · 共 13 行
H
13 行
void I2cStatusRunPanel(int) ;
int I2cStatusTestPPort(void) ;
int I2cStatusGetStatus(void) ;
void I2cStatusShowPanel(void) ;
void I2cStatusHidePanel(void) ;
void I2cStatusTest(int) ;
//
#ifdef SOURCE
#if (SOURCE == I2CSTATUSPANEL)
#define ID SWEEP_LO
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?