⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dcf77.h

📁 WWVB receiver using AVR.
💻 H
字号:
/* $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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -