?? clocktime.h
字號:
#include "newtype.h"
#include "c8051f020.h"
#include "ds1302.h"
#include "lcd12864-12.h"
#include <STRING.H>
extern uchar * IntToStr(uint Number,bit trim0,uchar len);
//sbit BF=r8data^7;
sbit tempint=ADC0CN^5;
sbit tempbusy=ADC0CN^4;
void ShowDateTime();
void ShowTime();
void ShowTemp();
//void setDateTime();
void setDateTime();
unsigned char BCD_TO_HEX(unsigned char bcd_data) ;
unsigned char HEX_TO_BCD(unsigned char hex_data);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -