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

📄 memory clockί

📁 基于51单片机的万年历
💻
字号:
#ifndef _TimersInit_H_
#define _TimersInit_H_
#include "MacroAndConst.h"

extern void  timer0Init();
extern void  timer1Init();
extern uchar time;
extern uchar count;
extern uchar s1num;
extern char	 year1;
extern char	 year2;
extern uint  year;
extern void  yearConvert(uint year1);

#endif

⌨️ 快捷键说明

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