main.c
来自「MP3的代码很实用 MP3的代码很实用」· C语言 代码 · 共 31 行
C
31 行
/********************************************************************************************
*filename: main.c
*author: willhua
*create date: 2003-7-14 14:17
*description: This file is used for RTC test
*modify history:
*misc:
********************************************************************************************/
#include "HA_typedef.h"
#include "hardware.h"
#include "hardware_reg.h"
//#include "HA_spi1.h"
U32 year, month, day;
U32 hour, minute, second;
U32 interrupt;
//extern ER HA_SPI_HANDLE(void);
//extern HA_INITSPI(void);
main()
{
printf("emi config ok");
while(1);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?