基本的版本
有初始化用的相关文件 驱动文件包括软件IIC还有基于此的24C0X驱动,Flash覆写,还有涉及上位机的启动代码
This commit is contained in:
33
bsp_System/vartable.h
Normal file
33
bsp_System/vartable.h
Normal file
@@ -0,0 +1,33 @@
|
||||
/*----------------------------------------------------------------------------------------------------
|
||||
# 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