?? m41t0drv.h
字號:
//時間結(jié)構(gòu)
typedef struct
{
unsigned char sec;
unsigned char min;
unsigned char hour;
unsigned char date;
unsigned char month;
unsigned char year;
}DateTimeTYP;
//----------------------------------------------------
//獲取日期時間
unsigned char GetM41T0Time(DateTimeTYP *datetime);
//----------------------------------------------------
//設(shè)置日期時間
//返回 0 正確
unsigned char SetM41T0Time(DateTimeTYP *datetime);
//----------------------------------------------------
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -