📄 ds1302.h
字号:
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/blog/computer00
http://computer00.21ic.org
DS1302.H file
作者:Computer-lov
建立日期: 2008.05.19
修改日期: 2008.05.19
版本:V1.0
版权所有,盗版必究。
Copyright(C) Computer-lov 2008-2018
All rights reserved
*******************************************************************/
#ifndef __DS1302_H__
#define __DS1302_H__
#include "MyType.h"
void DS1302Init(void);
void GetTime(uint8 *);
void SetTime(uint8 *);
extern uint8 Time[7];
#define DS_RST P3_5
#define DS_IO P3_3
#define DS_SCLK P3_4
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -