rtc.h

来自「一个LCD驱动程序」· C头文件 代码 · 共 23 行

H
23
字号
//*****************************************************************************
//
//  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 + =
减小字号Ctrl + -
显示快捷键?