📄 eeprom.h
字号:
#ifndef __EEPROMDRIVE_H__
#define __EEPROMDRIVE_H__
#include "common.h"
#define SCL P10 //V2.0 SCL is linked to Pin P1.0 2007/05/23
#define SDA P11 //V2.0 SCL is linked to Pin P1.1 2007/05/23
void write24c16(uint address,uchar ddata);
uchar read24c16(uint address);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -