?? at17c.h
字號(hào):
/* at17c.h */
#include "io8515.h"
#include "ina90.h"
#pragma language=extended
#define MSB_FIRST 0xff
#define LSB_FIRST 0x00
#define READ 0x01
#define WRITE 0x00
#define AT17C010 0xa6
#define TRUE 0xff
#define FALSE 0x00
#define MAX_PAGES 1024
#define PAGE_SIZE 128
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -