at17c.h

来自「AT90S8515读写AT17C010源程序」· C头文件 代码 · 共 16 行

H
16
字号
/* 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?