📄 rtc.h
字号:
//*****************************************************************************
//
// File........: RTC.h
//
// Author(s)...: ATMEL Norway
//
// Target(s)...: ATmega169
//
// Description.: Functions for RTC.c
//
// Revisions...: 1.0
//
// YYYYMMDD - VER. - COMMENT - SIGN.
//
// 20021015 - 1.0 - File created - LHM
//
//*****************************************************************************
// Function declarations
void RTC_init(void); //initialize the Timer Counter 2 in asynchron operation
void Time_update(void); //updates the time and date
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -