?? eeprom.h
字號:
#ifndef __EEPROM_H__
#define __EEPROM_H__
void Delay_US (uchar us);
void Delay_MS (uchar ms);
void Delay_S (uchar s);
void Trigger_ISP ();
void IAP_Disable ();
void Byte_Read ();
void Byte_Program ();
void Sector_Erase ();
#endif/*__EEPROM_H__*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -