注释与语言的极大更新

使用了Doxygen注释风格,
使用了C++混合编程
This commit is contained in:
XerolySkinner
2022-11-08 01:47:39 +08:00
parent c2b2b3723a
commit 376a9edc0f
1704 changed files with 112524 additions and 867 deletions

View File

@@ -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