📄 data.c
字号:
/*
***************************************************************************************************
* Copyright (C),2007
* Author : Zhongsan Yan
* Email : yanzhongsan@gmail.com
* Date : 2007-10-17
* File name : data.c
* Description : DS1302 driver file
* Version : V 1.0
* Others : This file is the global data of DS1302
***************************************************************************************************
*/
//include file
#include "includes.h"
/****Define the constant for y-2690 display****/
/* 0 1 2 3 4 5 6 7 8 9 E r */
const UCHAR_8 LED_CODE[13]={0xFD,0xE0,0xBE,0xFA,0xE3,0xDB,0xDF,0xF0,0xFF,0xFB,0x9F,0x87,};
UCHAR_8 SysFlag;//系统标志
UCHAR_8 SetTimeOver;//调时超时
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -