?? rtc.h
字號:
/* ATmega603 rtc.h File
Author : Robert Stuart
Company : PDL Industries Ltd
Date of Creation : 26 August 1999
*/
/* includes */
#include <iom103.h>
#include <stdio.h>
#include "logic.h"
/* Interrupt vector for overflow on Timer0 */
#pragma interrupt_handler RTCInterrupt:17
/* External Variables */
extern struct TimeStruct
{
unsigned char Second; /* Current time, day, month, and year */
unsigned char Minute;
unsigned char Hour;
unsigned char Day;
unsigned char Month;
unsigned int Year;
} Time;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -