?? dcf77.h
字號(hào):
/* $Id: dcf77.h,v 1.6 2005/10/30 21:06:14 simimeie Exp $ * Functions for communicating with the DCF module and calculating time */ #ifndef _DCF77_H_#define _DCF77_H_struct dcftime { uint32_t timestamp; uint16_t ticksecs; uint8_t issummertime;};extern struct dcftime dcftime[2];extern uint8_t dcfvalid;void dcf77_init(void);#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -