注释与语言的极大更新
使用了Doxygen注释风格, 使用了C++混合编程
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
/*----------------------------------------------------------------------------------------------------
|
||||
# THIS FILE IS PART OF XEROLYSKINNER'S PROJECT
|
||||
#
|
||||
# THIS PROGRAM IS FREE SOFTWARE
|
||||
#
|
||||
# E-mail:ZABBCCCBBAZ@163.com
|
||||
# QQ:2715099320
|
||||
#
|
||||
# Copyright (c) 2022 XerolySkinner
|
||||
# All rights reserved.
|
||||
*/
|
||||
|
||||
/*----------------------------------------------------------------------------------------------------
|
||||
名字:vartable
|
||||
时间:
|
||||
程序员:梁源康
|
||||
说明:向量表
|
||||
*/
|
||||
#include "User.h"
|
||||
#include "main.h"
|
||||
#include "gpio.h"
|
||||
#include "stdio.h"
|
||||
#include "BitShadow.h"
|
||||
#ifndef _XEROLYSKINNER_VARTABLE_H
|
||||
#define _XEROLYSKINNER_VARTABLE_H
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// 程序
|
||||
//
|
||||
void MainInit(void);
|
||||
void MainSystem(void);
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
#endif
|
||||
Reference in New Issue
Block a user