?? 2401.h
字號:
/******************************************************************
本程序只供學習使用,未經作者許可,不得用于其它任何用途
我的郵箱:computer-lov@tom.com
歡迎訪問我的blog: http://computer00.21ic.org
2401.h文件 2401存儲器的一些定義
Created by Computer-lov
Date: 2004.11.12
Edit date:2006.3.2
Version V1.0
Copyright(C) Computer-lov 2004-2014
All rigths reserved
*******************************************************************/
#ifndef __2401_H__
#define __2401_H__
#define EEPROM_Addr 0xA0 //定義2401-EEROM的地址
extern unsigned char Write_a_EEPROM_data(unsigned char,unsigned char,unsigned char);
extern unsigned int Read_a_EEPROM_data(unsigned char,unsigned char);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -